Sha256: 14fa75ded40a2963993954c1d4833e5b880615d1bedae7110ac804234f542d28
Contents?: true
Size: 291 Bytes
Versions: 46
Compression:
Stored size: 291 Bytes
Contents
# == Schema Information # # Table name: comments # # id :integer not null, primary key # comment :text # user_id :integer # created_at :datetime not null # updated_at :datetime not null # class Comment < ActiveRecord::Base belongs_to :user end
Version data entries
46 entries across 46 versions & 2 rubygems