rating/spec/support/models/article.rb

6 lines
81 B
Ruby
Raw Normal View History

2017-10-30 01:44:23 +00:00
# frozen_string_literal: true
class Article < ::ActiveRecord::Base
rating
end