mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 08:18:44 +00:00
Cleaned up a little bit of code
This commit is contained in:
@@ -5,7 +5,7 @@ class Tournament < ActiveRecord::Base
|
||||
has_many :mats, dependent: :destroy
|
||||
attr_accessor :upcomingMatches, :unfinishedMatches
|
||||
|
||||
def self.unfinishedMatches
|
||||
def unfinishedMatches
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user