Sha256: 956691d0aa8d146454111aa41d3f46c39a744b57273e5543a955944686a19b9c
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
class User < ActiveRecord::Base has_many :comments has_many :items # # => Validations # validates :items, presence: true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bob-builder-0.1.2 | test/dummy/app/models/user.rb |