Skip to content

Instantly share code, notes, and snippets.

@thbishop
Created May 19, 2010 22:50
Show Gist options
  • Save thbishop/406955 to your computer and use it in GitHub Desktop.
Save thbishop/406955 to your computer and use it in GitHub Desktop.
call a private method with arg from before_filter block
before_filter :only => [:create, :update, :destroy] do |c|
c.send :my_method, :arg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment