class Asset < ActiveRecord::Base belongs_to :account belongs_to :asset_type ...
Ruby On Advanced search form & ...
by Erez Ben Shoham,
March 17, 2009 21:18
class Asset < ActiveRecord::Base belongs_to :account belongs_to :asset_type ...
Ruby Advanced search form & ...
by Erez Ben Shoham,
March 16, 2009 11:33,
3 refactorings, tagged with search, form, model, named_scope
I have an Asset model in a ...
Hi Andre,
Thanks for your c...