Sha256: 4384a453e060964d05f31a1288a650bdd183f66ead0c1d51d0b6ee2493becce3

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

class Video < ActiveRecord::Base
  has_many :sources
  accepts_nested_attributes_for :sources, :reject_if => proc { |attributes| attributes['video'].blank? }, :allow_destroy => true
  
  validates_presence_of :title

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
merrycms-0.1.7 app/models/video.rb
merrycms-0.1.4 app/models/video.rb