Class: Authem::SessionGenerator

Inherits:
ActiveRecord::Generators::Base
  • Object
show all
Defined in:
lib/generators/authem/session/session_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_session_migrationObject



8
9
10
# File 'lib/generators/authem/session/session_generator.rb', line 8

def copy_session_migration
  migration_template "create_sessions.rb", "db/migrate/create_authem_sessions.rb"
end