Sha256: ae9ccb5a15dde2209f288333a997dbe0ad47c93f8d05e5c6caea3195a411e105
Contents?: true
Size: 597 Bytes
Versions: 4
Compression:
Stored size: 597 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_helper' describe NewsPost do end # == Schema Information # # Table name: news_posts # # id :integer not null, primary key # title :text # body :text # user_id :integer # start_date :datetime # end_date :datetime # required_role_id :integer default(1), not null # note :text # position :integer # draft :boolean default(FALSE), not null # created_at :datetime # updated_at :datetime # url :string #
Version data entries
4 entries across 4 versions & 1 rubygems