Sha256: 02972b23d76123f927879d267af91a5be541ca959e139b3267eaf4ec37abe4d2
Contents?: true
Size: 128 Bytes
Versions: 20
Compression:
Stored size: 128 Bytes
Contents
class AddCommentToPayment < ActiveRecord::Migration def change add_column :adherent_payments, :comment, :string end end
Version data entries
20 entries across 20 versions & 1 rubygems