Files
rails/activemodel/lib/active_model
Jon Leighton 778c82bea6 Generate attribute method unless it's already in the module.
There's no harm in generating a method name that's already defined on
the host class, since we're generating the attribute methods in a module
that gets included. In fact, this is desirable as it allows the host
class to call super.
2011-09-14 00:00:37 +01:00
..
2011-08-25 16:43:43 +03:00
2009-12-31 13:12:52 -08:00
2010-01-04 16:22:46 -06:00
2011-06-30 10:18:36 -03:00