Advertisement
Guest User

Untitled

a guest
Mar 4th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.15 KB | None | 0 0
  1. # This works...
  2. attr_writer attr_name+"_history"
  3.  
  4. # ... but this gives syntax errors
  5. def attr_name+"_history"=(value)
  6.   @attr_name+"_history"=value
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement