Displaying 1 result from an estimated 1 matches for "serializable_record".
2011 May 19
0
NoMethodError (undefined method `serializable_record' for #<ActiveModel
Hi ,
Am using rails 3 .I have added code in my controller
-----------------------------------------------------------------------
la.map{|c| ActiveRecord::Base::Serializer.new(c).serializable_record
-----------------------------------------------------------------------
But am getting below error
------------------------------------------------------------
NoMethodError (undefined method `serializable_record'' for
#<ActiveModel::Serializers::Xml::Serializer:0xa3e2a10>):
-------...