Files
rails/activemodel/lib/active_model
Piotr Sarnacki dee595ce04 Fix stack level too deep when model does not have attributes method.
Without that patch when using ActiveModel::AttributeMethods
in a class that does not respond to `attributes` method,
stack level too deep error will be raised on non existing
method. While documentation is clear that you need to define
`attributes` method in order to use AttributeMethods module,
`stack level too deep` is rather obscure and hard to debug,
therefore we should try to not break `method_missing` if
someone forgets about defining `attributes`.
2012-01-15 16:01:05 +01:00
..
2011-11-14 16:56:05 +01:00
2011-12-08 19:53:16 +01:00
2009-12-31 13:12:52 -08:00
2010-01-04 16:22:46 -06:00
2012-01-04 18:59:41 -02:00