Skip to content

Instantly share code, notes, and snippets.

@mAlishera
Created February 18, 2017 16:51
Show Gist options
  • Save mAlishera/2e108fc5fd08e1e91f6788ef55359998 to your computer and use it in GitHub Desktop.
Save mAlishera/2e108fc5fd08e1e91f6788ef55359998 to your computer and use it in GitHub Desktop.
Adding custom middleware
...
class Application < Rails::Application
...
config.middleware.insert_before "ActionDispatch::Callbacks", "MyMiddleware"
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment