Sha256: 5dc29e9597d349e4704fc13d8fd0d0b55ef496a584c015ec0be56fdb332fa833
Contents?: true
Size: 135 Bytes
Versions: 1
Compression:
Stored size: 135 Bytes
Contents
class CommentForced < ApplicationRecord self.table_name = 'comments' belongs_to :user end CommentForced.extend FourthBase::Forced
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fourthbase-2.1.2 | test/dummy_apps/rails_five/app/models/comment_forced.rb |