Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created May 17, 2012 08:02
Show Gist options
  • Save ugisozols/2717293 to your computer and use it in GitHub Desktop.
Save ugisozols/2717293 to your computer and use it in GitHub Desktop.
how to setup refinery model decorator
# app/decorators/models/refinery/page_decorator.rb
Refinery::Page.class_eval do
def my_method
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment