4 lines
177 B
Ruby
4 lines
177 B
Ruby
json.extract! @event, :id, :title, :description, :start_time, :end_time,
|
|
:place_name, :address, :city, :region, :locality, :url, :contact,
|
|
:tag_list
|