Method: Thesis::Generators::InstallGenerator#copy_migrations

Defined in:
lib/generators/thesis/install/install_generator.rb

#copy_migrationsObject



21
22
23
24
# File 'lib/generators/thesis/install/install_generator.rb', line 21

def copy_migrations
  copy_migration "thesis_create_page"
  copy_migration "thesis_create_page_content"
end