Sha256: 6334523d9acba6f4249174e688f354be74e26596627bf68815682c325ebd1026
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
require File.expand_path('../../migration_helper', __FILE__) include MigrationHelper class <%= migration_class_name %> < ActiveRecord::Migration def up install_extension('pg_trgm') end def down uninstall_extension('pg_trgm') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_steroids-0.0.1 | lib/generators/search_context/templates/install_migration.rb |