Sha256: a992750e101e2b1185842916de0db1c8856a0720a5318c25abf244f0aecb443d

Contents?: true

Size: 340 Bytes

Versions: 10

Compression:

Stored size: 340 Bytes

Contents

require 'rails'
require 'devise'
require 'devise-encryptable'

module Authentifyd
  class Engine < ::Rails::Engine
    isolate_namespace Authentifyd
    
    config.authentifyd = ActiveSupport::OrderedOptions.new
    
    initializer "authentifyd.configure" do |app|
      Authentifyd.configure(app.config.authentifyd)
    end
  
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
authentifyd-0.0.14 lib/authentifyd/engine.rb
authentifyd-0.0.13 lib/authentifyd/engine.rb
authentifyd-0.0.12 lib/authentifyd/engine.rb
authentifyd-0.0.11 lib/authentifyd/engine.rb
authentifyd-0.0.10 lib/authentifyd/engine.rb
authentifyd-0.0.9 lib/authentifyd/engine.rb
authentifyd-0.0.8 lib/authentifyd/engine.rb
authentifyd-0.0.7 lib/authentifyd/engine.rb
authentifyd-0.0.6 lib/authentifyd/engine.rb
authentifyd-0.0.5 lib/authentifyd/engine.rb