class PgSearch::Migration::MultisearchGenerator

def create_migration

def create_migration
  now = Time.now.utc
  filename = "#{now.strftime('%Y%m%d%H%M%S')}_create_pg_search_documents.rb"
  copy_file "create_pg_search_documents.rb", "db/migrate/#{filename}"
end