Sha256: 3bd6ffb524d496b7aeb7d10418f329f036a2da92936979f8b86f1195560a8a5e
Contents?: true
Size: 172 Bytes
Versions: 8
Compression:
Stored size: 172 Bytes
Contents
class Division < ActiveRecord::Base validates_numericality_of :league_id, :only_integer => true validates_presence_of :name belongs_to :league has_many :teams end
Version data entries
8 entries across 8 versions & 1 rubygems