Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 16:15
Show Gist options
  • Save francirp/87ba8ac9f0c6e18912622e16129dbc2b to your computer and use it in GitHub Desktop.
Save francirp/87ba8ac9f0c6e18912622e16129dbc2b to your computer and use it in GitHub Desktop.
Decorators Codeblock 8
class CompanyDecorator < BaseDecorator
  delegate_all

  currency :budget, :actual
  percent :percent_budget_spent
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment