rails3-amf
rails3-amf copied to clipboard
to_amf undefined method on Models
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.