I have noticed that some tutorials use self.up and self.down for migration methods. I understand that the self keyword indicates the method belongs to the instance only, but do they actually make a difference?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is a change in Rails 3.1 - it used to have to be self.up and self.down, but now there has been a restructuring to allow them to just be up or down, and the associated method "change". |
|||
|
|