Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. module ContentFu
  2. module ContentItemAssocExt
  3.  
  4. def <<(*records)
  5. RAILS_DEFAULT_LOGGER.debug("Self: #{self.class}")
  6. RAILS_DEFAULT_LOGGER.debug("Super: #{self.superclass}")
  7. super(records)
  8. end
  9.  
  10. end
  11. end
  12.  
  13. =============================================
  14.  
  15. Self: Array
  16. Super: ActiveRecord::Base
Add Comment
Please, Sign In to add comment