Alias recieved_points to received_points
to avoid a change of the db schema for now
This commit is contained in:
parent
5076197f78
commit
2f828542ef
|
|
@ -3,4 +3,7 @@
|
||||||
class GroupScore < ApplicationRecord
|
class GroupScore < ApplicationRecord
|
||||||
belongs_to :team
|
belongs_to :team
|
||||||
belongs_to :group
|
belongs_to :group
|
||||||
|
|
||||||
|
# :)
|
||||||
|
alias_attribute :received_points, :recieved_points
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue