search for: salary_cap

Displaying 1 result from an estimated 1 matches for "salary_cap".

2007 Jul 29
1
Curious why this doesn't work. (has_many, belongs_to)
...- Career League GM name: Chris belongs to Pool: RHP 07-08 Season - Career League => nil >> Works nice! Inversely.. this doesn''t... >> pool = Pool.find_all => [#<Pool:0xb7022dc8 @attributes={"last_modified"=>nil, "id"=>"1", "salary_cap"=>"40000000", "pool_name"=>"RHP 07-08 Season - Career League", "created"=>nil}>] >> puts pool.gm NoMethodError: undefined method `gm'' for #<Array:0xb7022ee0> from (irb):8 >> puts pool.gms NoMethodError: un...