Sha256: 9e8fdd117d0b077b6a806815f82c920c55edc25206a361a6122ea3131ae21df5

Contents?: true

Size: 161 Bytes

Versions: 19

Compression:

Stored size: 161 Bytes

Contents

class PostWithOnlyExistingCommentsForm

  include ObjectAttorney

  represents :post, properties: [:title, :body]

  has_many :comments, new_records: false

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
object_attorney-2.10.12 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.11 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.10 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.9 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.7 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.6 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.5 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.3 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.2 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.10.1 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.9.4 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.9.3 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.9.2 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.9.0 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.8.1 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.8.0 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.6.12 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.6.11 spec/support/form_objects/post_with_only_existing_comments_form.rb
object_attorney-2.6.10 spec/support/form_objects/post_with_only_existing_comments_form.rb