Sha256: 88a4e6c622c3fc238ced310fabb116a4e7634444613b4b9b611b98a023b9625a

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 Bytes

Contents

module Ical
  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

8 entries across 8 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.3.1 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.3.0 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.8 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.7 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.7.nil lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.6 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.5 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.4 lib/jquery/ical/helpers/ui_event_helper.rb