class AddLinkedinToUsers
Public Instance Methods
change()
click to toggle source
# File lib/generators/sufia/models/templates/migrations/add_linkedin_to_users.rb, line 2 def change add_column :users, :linkedin_handle, :string end