mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 15:42:09 +00:00
Renamed boutNumber to bout_number to make the field consistent with the rest of the domain and database schema.
This commit is contained in:
@@ -27,7 +27,7 @@ class Wrestler < ActiveRecord::Base
|
||||
if @match.blank?
|
||||
return "BYE"
|
||||
else
|
||||
return @match.boutNumber
|
||||
return @match.bout_number
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user