5 lines
No EOL
91 B
Ruby
5 lines
No EOL
91 B
Ruby
module ApplicationHelper
|
|
def jquery_include_tag
|
|
include_javascripts :jquery
|
|
end
|
|
end |