[Rails-core] Re: ActiveModel lint test, #attributes and []

2009-09-01 Thread Josh
Forget []. I do need to know if #attributes is available on an ActiveModel instance. On Sep 1, 9:26 am, Josh wrote: > Is the AMo lint test up to date? > > I'm writing a new-feature patch and I need #attributes and [] (that > is, my_object["foo_attribute"] to be defined, but I don't see them in

[Rails-core] Re: ActiveModel lint test, #attributes and []

2009-09-01 Thread Josh
On Sep 1, 9:26 am, Josh wrote: > Is the AMo lint test up to date? > > I'm writing a new-feature patch and I need #attributes and [] (that > is, my_object["foo_attribute"] to be defined, but I don't see them in > the lint test.   Seems like the lint test is rather short, is that all > it takes t