box-o-sand/oldstuff/map-mash/app/models/requester.rb

8 lines
133 B
Ruby
Raw Normal View History

2012-04-04 03:02:32 +00:00
class Requester < ActiveRecord::Base
has_many :mash_tournaments
def current_tournament
self.mash_tournaments.last
end
end