Sha256: adae3c965975bd79b96797674c74b61107b5a1567e08145469d4ac888586c960

Contents?: true

Size: 340 Bytes

Versions: 7

Compression:

Stored size: 340 Bytes

Contents

# frozen_string_literal: true

module DeviseG5Authenticatable
  # The main class for initializing the rails engine
  class Engine < Rails::Engine
    initializer 'devise_g5_authenticatable.helpers' do
      Devise.include_helpers(DeviseG5Authenticatable)
    end

    rake_tasks do
      load 'tasks/g5/export_users.rake'
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise_g5_authenticatable-1.0.3 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.2.rc.3 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.2.rc.2 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.2.rc.1 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.1.rc.1 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.0 lib/devise_g5_authenticatable/engine.rb
devise_g5_authenticatable-1.0.0.pre.1 lib/devise_g5_authenticatable/engine.rb