Sha256: 863e11b3ed6cf29340ad49cc3f43a568b7b4bf18661ecd6de38630210d0d2f40
Contents?: true
Size: 423 Bytes
Versions: 110
Compression:
Stored size: 423 Bytes
Contents
class CabooseRets::OfficeMeta < ActiveRecord::Base self.table_name = "rets_offices_meta" belongs_to :office, :foreign_key => 'lo_code', :primary_key => 'lo_code' has_attached_file :image, :path => 'rets/offices/:lo_code_:style.:extension', :styles => { :thumb => '100x150>', :large => '200x300>' } do_not_validate_attachment_file_type :image attr_accessible :id, :lo_code end
Version data entries
110 entries across 110 versions & 1 rubygems