class AddContactsToTramwaySportSchoolInstitutions

Public Instance Methods

change() click to toggle source
# File lib/tramway/sport_school/generates/templates/add_contacts_to_tramway_sport_school_institutions.rb, line 4
def change
  add_column :tramway_sport_school_institutions, :address, :text
  add_column :tramway_sport_school_institutions, :phone, :text
end