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