module Crawlable class Engine < Rails::Engine initializer "authlogic_connect.authentication_hook" do |app| app.middleware.use Crawlable::Rack end end end