1 2 3
class JobBoard < ActiveRecord::Base has_many :job_board_postings ...
Ruby On Ruby has_finder on has_many ?
by mynyml,
April 09, 2008 22:58
1 2 3
class JobBoard < ActiveRecord::Base has_many :job_board_postings ...
I've added a less fancy alt...