class Rockstart::Storage::PostgresGenerator

Public Instance Methods

copy_database_config() click to toggle source
# File lib/generators/rockstart/storage/postgres/postgres_generator.rb, line 12
def copy_database_config
  template "config/database.yml.tt", "config/database.yml"
end
enable_uuid_support() click to toggle source
# File lib/generators/rockstart/storage/postgres/postgres_generator.rb, line 16
def enable_uuid_support
  migration_template "migration.rb.tt", "db/migrate/enable_uuid.rb"
end