rails3-amf icon indicating copy to clipboard operation
rails3-amf copied to clipboard

to_amf undefined method on Models

Open t-anjan opened this issue 13 years ago • 0 comments

Discussed here: http://stackoverflow.com/questions/5665662/rails3-amf-to-amf-method-not-found-on-activerecord-objects

Worked around the issue by adding the following in an initializer: class ActiveRecord::Base include Rails3AMF::Serialization end

I am not sure about the exact cause of this issue. If you want me to run any tests to confirm the cause, please tell me.

t-anjan avatar Apr 21 '11 06:04 t-anjan