Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. module AssetHelper
  2. module ActionView
  3. module Helpers
  4. module AssetTagHelper
  5. class << self
  6.  
  7. def javascript_include_tag_with_controller(*sources)
  8. puts "WOOT"
  9. end
  10.  
  11. alias_method :javascript_include_tag, :javascript_include_tag_with_controller
  12.  
  13. end
  14. end
  15. end
  16. end
  17. end
Add Comment
Please, Sign In to add comment