Guest User

Untitled

a guest
May 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # When inside of 'class_eval' or 'module_eval' and you want to modify
  2. # a constant, prefix it with 'self'
  3. #
  4. # I have no idea why...
  5. ActionController::Assertions::SelectorAssertions.class_eval do
  6. self::RJS_STATEMENTS = {}
  7. end
Add Comment
Please, Sign In to add comment