Skip to content

Instantly share code, notes, and snippets.

@mcianni
Created January 25, 2015 18:31
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 mcianni/2d06996b78fcc1ab8ea6 to your computer and use it in GitHub Desktop.
Save mcianni/2d06996b78fcc1ab8ea6 to your computer and use it in GitHub Desktop.
module MyGem
class Railtie < Rails::Railtie
initializer "mygem,configure_rails_initializer" do
ApplicationController.before_action( whatever )
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment