Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
7
oldstuff/map-mash/app/models/requester.rb
Normal file
7
oldstuff/map-mash/app/models/requester.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Requester < ActiveRecord::Base
|
||||
has_many :mash_tournaments
|
||||
|
||||
def current_tournament
|
||||
self.mash_tournaments.last
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user