Skip to content

Instantly share code, notes, and snippets.

@perezpaya
Created March 29, 2016 00:23
Show Gist options
  • Save perezpaya/56a30024e55e0c9062c4 to your computer and use it in GitHub Desktop.
Save perezpaya/56a30024e55e0c9062c4 to your computer and use it in GitHub Desktop.
class CompanySerializer < ApplicationSerializer
attributes :name,
:stock_symbol,
:stock_price,
:stock_volume,
:number_of_shares,
:volume_price,
:valuation
has_one :ceo
end
class PersonSerializer < ApplicationSerializer
attributes :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment