1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/views/api/price_categories/show.json.jbuilder

2 lines
122 B
Plaintext
Raw Normal View History

json.extract! @price_category, :id, :name, :conditions, :created_at
json.events @price_category.event_price_category.count