Sha256: 690653d9f2ba70724e4cec03cd5ac1986b690efae8006173f9abc493bd2c5e3a

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

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

require_relative './action_controller/base'

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

4 entries across 4 versions & 1 rubygems

Version Path
authentifyd-0.1.0.2 lib/authentifyd/engine.rb
authentifyd-0.1.0.1 lib/authentifyd/engine.rb
authentifyd-0.1.0 lib/authentifyd/engine.rb
authentifyd-0.0.16 lib/authentifyd/engine.rb