Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 16:19
Show Gist options
  • Save francirp/ee773c8e1b11e1bb3eaebcd09e5a0189 to your computer and use it in GitHub Desktop.
Save francirp/ee773c8e1b11e1bb3eaebcd09e5a0189 to your computer and use it in GitHub Desktop.
Decorators Codeblock 10
# app/decorators/company_decorator.rb

class CompanyDecorator < BaseDecorator
  delegate_all
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment