Class: LamAuth::Generators::LamAuthGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LamAuth::Generators::LamAuthGenerator
- Defined in:
- lib/generators/lam_auth/lam_auth_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_xd_receiver ⇒ Object
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_yml ⇒ Object
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 |