Afaik it has nothing to do with method missing magic. Its just that if you overwrite a method, a call to super invokes the original method. AR injects accessor methods for every table column into the class.
2009/10/8, Marnen Laibow-Koser <[email protected]>: > > Mauricio Szabo wrote: >> Have you tested it? I tried on a test application, and it works... > > Hmm. Maybe ActiveRecord's method_missing trickery strikes again... >> >> On Oct 8, 9:06�am, Marnen Laibow-Koser <rails-mailing-l...@andreas- > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > [email protected] > -- > Posted via http://www.ruby-forum.com/. > > > > -- Von meinen Mobilgerät aus gesendet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

