Skip to content

Instantly share code, notes, and snippets.

@joeljunstrom
Created August 26, 2011 20:22
Show Gist options
  • Save joeljunstrom/1174342 to your computer and use it in GitHub Desktop.
Save joeljunstrom/1174342 to your computer and use it in GitHub Desktop.
module Blargh
class Engine < Rails::Engine
initializer 'blargh.authentication' do |app|
ActiveSupport.on_load :action_controller do
# loloololol
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment