Sha256: 803b35c99fe2464db1d3140b6d10322ec5c8eda285a2f4102f780aab41279ae4

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

class ImportRow < ActiveRecord::Base
  attr_accessible :content
  belongs_to :import

  validates_presence_of :import
  validates_associated :import
  validates_presence_of :content

  serialize :content

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/models/import_row.rb
artfully_ose-1.0.0.rc3 app/models/import_row.rb