Guest User

Untitled

a guest
Apr 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. require File.join(File.dirname(__FILE__), *%w[.. lib attribute_normalizer])
  2. module MongoMapper
  3. module Document
  4. module ClassMethods
  5. include AttributeNormalizer
  6. def normalize_attributes(*args)
  7. puts "Now I am over heah!"
  8. end
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment