Guest User

Untitled

a guest
May 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def javascript *args
  2. content_for(:js) { args.collect! { |file| javascript_include_tag("#{file}.js") } }
  3. end
Add Comment
Please, Sign In to add comment