Class: LamAuth::Generators::LamAuthGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/lam_auth/lam_auth_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_xd_receiverObject



9
10
11
# File 'lib/generators/lam_auth/lam_auth_generator.rb', line 9

def copy_xd_receiver
  copy_file 'xd_receiver.html', 'public/xd_receiver.html'
end

#copy_ymlObject



13
14
15
# File 'lib/generators/lam_auth/lam_auth_generator.rb', line 13

def copy_yml
  copy_file 'lam_auth.yml', 'config/lam_auth.yml'
end