rating/spec/support/models/comment.rb

6 lines
81 B
Ruby
Raw Normal View History

2018-02-08 22:44:39 +00:00
# frozen_string_literal: true
class Comment < ::ActiveRecord::Base
rating
end