Posts tagged with 'serialization'
Oct 24, 2009
Customizing Rails Serialization
..._attributes[:public_serialization_attrs] = ['id', 'name'] end class Question < ActiveRecord::Base inheritable_attributes[:public_serialization_attrs] = ['body', 'survey_id'] inheritabl...