Class: RestaurantTagsTotal
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- RestaurantTagsTotal
- Defined in:
- app/models/restaurant_tags_total.rb
Instance Attribute Summary collapse
-
#total_restaurants ⇒ Integer
This value is updated by the Tagging::SyncRestaurantTagsTotalsTableWorker when a restaurant_tag or primary_tag of restaurant_tags_restaurant has been updated.
Method Summary
Methods inherited from ApplicationRecord
Instance Attribute Details
#total_restaurants ⇒ Integer
Returns This value is updated by the Tagging::SyncRestaurantTagsTotalsTableWorker when a restaurant_tag
or primary_tag of restaurant_tags_restaurant has been updated.
7 |
# File 'app/models/restaurant_tags_total.rb', line 7 belongs_to :city |