Class: InstallPgcrypto

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/pgcrypto/generators/install/templates/migration.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/pgcrypto/generators/install/templates/migration.rb', line 2

def change
  enable_extension "pgcrypto"
end