Method: Apotomo::Widget#url_for_event

Defined in:
lib/apotomo/widget.rb

- (Object) url_for_event(type, options = {})



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

Comments