Method: Apotomo::Widget#url_for_event

Defined in:
lib/apotomo/widget.rb

#url_for_event(type, options = {}) ⇒ Object



155
156
157
# File 'lib/apotomo/widget.rb', line 155

def url_for_event(type, options={})
  apotomo_event_path address_for_event(type, options) 
end