Sha256: 4c80fdfc4961dd97fb219561a154ff1216cabb252b45a87d40574142fe87d351
Contents?: true
Size: 371 Bytes
Versions: 35
Compression:
Stored size: 371 Bytes
Contents
class ImportRow < ActiveRecord::Base attr_accessible :content belongs_to :import validates_presence_of :import validates_associated :import validates_presence_of :content, :message => "is missing. You have blank lines in your import file. Please remove any blank lines (double-check the top and bottom of the file) and try again." serialize :content end
Version data entries
35 entries across 35 versions & 1 rubygems