class AddDescriptionShortToCareers
Public Instance Methods
change()
click to toggle source
# File lib/nexmo_developer/db/migrate/20180306185340_add_description_short_to_careers.rb, line 2 def change add_column :careers, :description_short, :text end