Sha256: 6709174925f738fd92e40df9102b41557ad2fbf6741e1391c774c985fc43fdfc
Contents?: true
Size: 134 Bytes
Versions: 2
Compression:
Stored size: 134 Bytes
Contents
class CommentForced < ApplicationRecord self.table_name = 'comments' belongs_to :user end CommentForced.extend ThirdBase::Forced
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thirdbase-2.1.2 | test/dummy_apps/rails_five/app/models/comment_forced.rb |
thirdbase-2.1.1 | test/dummy_apps/rails_five/app/models/comment_forced.rb |