listpush/app/models/list_entry.rb
2014-02-13 00:31:36 -05:00

23 lines
436 B
Ruby

class ListEntry < ActiveRecord::Base
attr_accessible :form_hash,
:success,
:Address,
:AltNumber,
:BusinessName,
:City,
:CreditCards,
:Department,
:Fax,
:HoursOfOperation,
:LogoImage,
:Phone,
:State,
:URL,
:UnstructuredTerms,
:Zip,
:eMail
has_and_belongs_to_many :localeze_categories
end