Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 16:18
Show Gist options
  • Save francirp/39448b93ae45ab3321b4e42e3436b5c4 to your computer and use it in GitHub Desktop.
Save francirp/39448b93ae45ab3321b4e42e3436b5c4 to your computer and use it in GitHub Desktop.
Decorators Codeblock 9
# app/decorators/base_decorator.rb

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