Method: DateBook::ActsAsEvent::InstanceMethods#url
- Defined in:
- lib/date_book/concerns/acts_as_event.rb
#url(occurrence = nil) ⇒ Object
61 62 63 64 65 66 |
# File 'lib/date_book/concerns/acts_as_event.rb', line 61 def url(occurrence = nil) DateBook::Engine .routes .url_helpers .calendar_event_path(calendar, slug, occurrence_id: occurrence&.id) end |