Sha256: 4d194ee04831a1ec6098c23f89603eb2d1bf3112880dac930d462cea94b74be6
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
module JqIcal module Helpers module UiEventHelper def ui_event_for(*args) domid = args.first options = args.extract_options! options[:url] = {} unless options[:url] options[:actions] = {} unless options[:actions] render(:file => 'shared/_ui_event_for.js.haml', :locals => { :domid => domid, :url => options[:url], :actions => options[:actions]}) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-jquery-plugin-0.3.0.beta.24 | lib/jquery/jqical/helpers/ui_event_helper.rb |