Sha256: d2124f45d2f4ab83e5e653d58e7e60213bb7b249aa4dd97afb46e02f7a9aa62f
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
require 'g5_authenticatable_api/helpers/rails' module G5AuthenticatableApi class Railtie < Rails::Railtie initializer 'g5_authenticatable.helpers' do ActiveSupport.on_load(:action_controller) do include G5AuthenticatableApi::Helpers::Rails end end end end
Version data entries
6 entries across 6 versions & 1 rubygems