class Eventusha::Generators::InstallGenerator

Public Instance Methods

copy_migration() click to toggle source
# File lib/generators/eventusha/install_generator.rb, line 13
def copy_migration
  migration_template 'install.rb', 'db/migrate/create_events.rb'
end