lib/sportdb/models/forward.rb in sportdb-1.0.0 vs lib/sportdb/models/forward.rb in sportdb-1.0.1

- old
+ new

@@ -14,12 +14,9 @@ ## nb: for now only team and league use worlddb tables # e.g. with belongs_to assoc (country,region) class Team < ActiveRecord::Base ; end class League < ActiveRecord::Base ; end - - #### make constanst such as AT_2012_13, WORLD_2010, etc. available - include SportDB::Keys end module WorldDB::Models