lib/nyauth/engine.rb in nyauth-0.2.2 vs lib/nyauth/engine.rb in nyauth-0.2.3
- old
+ new
@@ -8,11 +8,9 @@
module Nyauth
class Engine < ::Rails::Engine
isolate_namespace Nyauth
- config.nyauth = ActiveSupport::OrderedOptions.new
- config.nyauth.admin = 'admin'
config.i18n.load_path += Dir[Engine.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
config.generators do |g|
g.test_framework :rspec, fixture: false
g.fixture_replacement :factory_girl, dir: 'spec/factories'
g.assets false