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

Hi Andre,
Thanks for your c...

30bcacccb1c7fa2b577b905a2128027f Talk
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 ...

30bcacccb1c7fa2b577b905a2128027f Talk