class CreateTramwaySportSchoolInstitutions
Public Instance Methods
change()
click to toggle source
# File lib/tramway/sport_school/generates/templates/create_tramway_sport_school_institutions.rb, line 4 def change create_table :tramway_sport_school_institutions do |t| t.text :title t.text :tagline t.text :logo t.text :state, default: :active t.timestamps end end