Skip to content

Instantly share code, notes, and snippets.

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

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