Sha256: 3eab248b1fc58072cd110a6917b4cf8dc10fc922cbb67e3ae04fd40a15975e40
Contents?: true
Size: 131 Bytes
Versions: 35
Compression:
Stored size: 131 Bytes
Contents
class AddSubscribedListsToPeople < ActiveRecord::Migration def change add_column :people, :subscribed_lists, :text end end
Version data entries
35 entries across 35 versions & 1 rubygems