1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 08:58:29 +00:00

Removed score from school table and added attr_accessor

This commit is contained in:
2015-03-28 18:38:09 +00:00
parent 9976fd5869
commit 522798a2c4
4 changed files with 9 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
class DropSchoolScoreAgain < ActiveRecord::Migration
def change
remove_column :schools, :score
end
end