Sha256: 1aa78460746e3d4eb04a2912cdf7465dd4b920644e30798ae485c8e198bcbbed
Contents?: true
Size: 171 Bytes
Versions: 11
Compression:
Stored size: 171 Bytes
Contents
class AddExternallyPaidToPayments < ActiveRecord::Migration def change add_column :payments, :externally_paid, :boolean, :null => false, :default => false end end
Version data entries
11 entries across 11 versions & 1 rubygems