Sha256: 5bdee08a34dc0043ef78f0ec818380cd88f8add1ae0151070b3cc34e033e4b45
Contents?: true
Size: 366 Bytes
Versions: 14
Compression:
Stored size: 366 Bytes
Contents
module SwitchUser module Generators class InstallGenerator < Rails::Generators::Base TEMPLATES_PATH = File.expand_path('../templates', __FILE__) source_root File.expand_path(Engine.root, __FILE__) def install_initializer copy_file "#{TEMPLATES_PATH}/switch_user.rb", 'config/initializers/switch_user.rb' end end end end
Version data entries
14 entries across 14 versions & 1 rubygems