Sha256: 2bcb522fba3bcc80a7a80a43a7ccfa3324c08c6d385db4a2017c8b4dbe67164a
Contents?: true
Size: 136 Bytes
Versions: 1
Compression:
Stored size: 136 Bytes
Contents
class CommentForced < ActiveRecord::Base 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_four/app/models/comment_forced.rb |