Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created July 7, 2009 21:25
Show Gist options
  • Save mhfs/142386 to your computer and use it in GitHub Desktop.
Save mhfs/142386 to your computer and use it in GitHub Desktop.
# lib/tw_date_picker.rb
module TwDatePicker
module TwDatePickerHelper
end
module AssetTagHelper
def tw_date_picker_includes(options = {})
javascript_include_tag('tw_date_picker', options)
end
end
end
# environment.rb
ActionView::Base.send :include, TwDatePicker::AssetTagHelper
ActionView::Helpers::AssetTagHelper.send :include, TwDatePicker::AssetTagHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment