Sha256: bde2d1f4f46cba73be247bc4809d32f2352434a1b08122fb163a7bce3cd1da3f
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
class NestedFieldTest < ActiveRecord::Base belongs_to :field_test, :inverse_of => :nested_field_tests has_one :comment, :as => :commentable accepts_nested_attributes_for :comment, :allow_destroy => true, :reject_if => proc { |attributes| attributes["content"].blank? } end
Version data entries
6 entries across 6 versions & 3 rubygems