Class: SuperAuth::Generators::RlsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- SuperAuth::Generators::RlsGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/super_auth/rls/rls_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
17 18 19 |
# File 'lib/generators/super_auth/rls/rls_generator.rb', line 17 def create_migration_file migration_template 'migration.rb.erb', 'db/migrate/enable_super_auth_rls.rb' end |