Skip to content

Instantly share code, notes, and snippets.

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

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