Skip to content

Instantly share code, notes, and snippets.

@bishopandco
Created May 9, 2013 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bishopandco/5548521 to your computer and use it in GitHub Desktop.
Save bishopandco/5548521 to your computer and use it in GitHub Desktop.
Spree::OrdersController.class_eval do
before_filter :my_action
def my_action
logger.debug "hey look at me!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment