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