Sha256: 0796bf4ea8b86e0551c9b00629b48d40ea5755b97d4a69210be15faa1b5654dc
Contents?: true
Size: 112 Bytes
Versions: 2
Compression:
Stored size: 112 Bytes
Contents
class Wolf < ActiveRecord::Base has_many :battles, :as => :battle has_many :teams, :through => :battles end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
protected_attributes-1.0.9 | test/models/wolf.rb |
protected_attributes-1.0.8 | test/models/wolf.rb |