1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib
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
..
active_model Generate attribute method unless it's already in the module. 2011-09-14 00:00:37 +01:00
active_model.rb We're in 2011, let's update our license 2011-02-22 18:24:20 -02:00