Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 16:21
Show Gist options
  • Save francirp/6b05070f70247535dff79b45791f508c to your computer and use it in GitHub Desktop.
Save francirp/6b05070f70247535dff79b45791f508c to your computer and use it in GitHub Desktop.
Decorators Codeblock 13
class BaseDecorator < Draper::Decorator
  delegate_all

  def self.currency(*keys)
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment