Module: Ical::Helpers::UiEventHelper
- Defined in:
- lib/jquery/ical/helpers/ui_event_helper.rb
Instance Method Summary collapse
Instance Method Details
#ui_event_for(*args) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/jquery/ical/helpers/ui_event_helper.rb', line 4 def ui_event_for(*args) domid = args.first = args. [:url] = {} unless [:url] [:actions] = {} unless [:actions] render(:file => 'shared/_ui_event_for.js.haml', :locals => {:domid => domid, :url => [:url], :actions => [:actions]}) end |