· 7 years ago · Mar 01, 2018, 09:40 AM
1render :json => @accounts.to_json(:except => [:secret_key])
2
3[{"account": {"name": "reference", "updated_at": "2009-02-10T06:36:01Z", "public_key": "reference", "id": 3, "created_at": "2009-02-10T06:36:01Z"}}]
4
5
6Account.find(:all)
7
8[#<Account:0x21eba70 @attributes={"account"=>#<Account:0x21eb78c @attributes={"name"=>"reference", "updated_at"=>Tue Feb 10 06:36:01 UTC 2009, "public_key"=>"reference", "id"=>3, "created_at"=>Tue Feb 10 06:36:01 UTC 2009}, @prefix_options={}>}, @prefix_options={}>]