listpush/app/models/list_entry.rb

22 lines
419 B
Ruby
Raw Normal View History

2014-01-14 06:46:59 +00:00
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_many: :localeze_category
2014-01-14 06:46:59 +00:00
end