to_json in rails

user.to_json :include => :posts
user.to_json :only => [ :firstname, :lastname]
user.to_json :except => :password
user.to_json :methods => :errors


Leave a Reply

Formatting: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>