Sha256: 9f06287a84e04a2bd9a3778687fda15e6a87097ca2b84caa3e99a4b52b08c6ad
Contents?: true
Size: 272 Bytes
Versions: 25
Compression:
Stored size: 272 Bytes
Contents
class AddContactMethodsToAuthors < ActiveRecord::Migration def change add_column :fuel_authors, :email, :string add_column :fuel_authors, :twitter, :string add_column :fuel_authors, :github, :string add_column :fuel_authors, :dribbble, :string end end
Version data entries
25 entries across 25 versions & 1 rubygems