module Exception2db class Engine < Rails::Engine initializer "exception2db.setup" do end rake_tasks do # end end end