Sha256: 2696a01016cf241d047ad2fab1908046f6bb43c36b526b51dbe36cbc2c2f14cd
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
require 'test_helper' class UserTest < ActiveSupport::TestCase should_have_many :answers, :dependent => :destroy should_accept_nested_attributes_for :answers should_allow_mass_assignment_of :answers_attributes end
Version data entries
6 entries across 6 versions & 1 rubygems