Skip to content

Commit

Permalink
market cap for company presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
kowal committed Oct 16, 2019
1 parent 288cd2b commit ecd88b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/api/presenters/company.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def summary
name: @company.name,
country: @company.geography.name,
sector: @company.sector.name,
market_cap: 'Large',
market_cap: @company.size.titlecase,
isin: @company.isin,
sedol: 60,
ca100: @company.ca100 ? 'Yes' : 'No'
Expand Down

0 comments on commit ecd88b4

Please sign in to comment.