to_json in rails
January 8th, 2008 • Uncategorized
user.to_json :include => :posts user.to_json :only => [ :firstname, :lastname] user.to_json :except => :password user.to_json :methods => :errors
January 8th, 2008 • Uncategorized
user.to_json :include => :posts user.to_json :only => [ :firstname, :lastname] user.to_json :except => :password user.to_json :methods => :errors