mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
There is no meaningful performance penalty in defining attribute methods, since it only happens once. There is also no reason *not* to define them, since they get thrown in an included module, so they will not 'overwrite' anything. In fact, this is desirable, since it allows us to call super.