DEBSOURCES
Skip Quicknav
sources / ruby-bullet / 7.2.0-1 / spec / models / mongoid / comment.rb
123456789
# frozen_string_literal: true class Mongoid::Comment include Mongoid::Document field :name belongs_to :post, class_name: 'Mongoid::Post' end