Sha256: 8e99f415b38826a4602ba448e8cb9ce66a8c53a85b24faf39fa689430fbf6bfd
Contents?: true
Size: 118 Bytes
Versions: 5
Compression:
Stored size: 118 Bytes
Contents
class AddLocationToPeople < ActiveRecord::Migration def change add_column :people, :location, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems