diaspora/features/support/always_use_local_jquery.rb
2012-01-07 13:07:45 -08:00

5 lines
No EOL
91 B
Ruby

module ApplicationHelper
def jquery_include_tag
include_javascripts :jquery
end
end