DEBSOURCES
Skip Quicknav
sources / rails / 2%3A5.2.2.1%2Bdfsg-1%2Bdeb10u3 / activerecord / test / models / rating.rb
123456
# frozen_string_literal: true class Rating < ActiveRecord::Base belongs_to :comment has_many :taggings, as: :taggable end