Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def self.extended(obj)
- obj.init_obj
- end
- def init_obj()
- #<---- how do I set an attr_accessor here??
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement