From 1f805a6377cc88478c51ad2976a76298620053fa Mon Sep 17 00:00:00 2001 From: Tomohiro Suwa Date: Thu, 27 Apr 2017 19:02:55 +0900 Subject: [PATCH] Don't need to include ActiveModel::Validations (#2521) --- app/models/status.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/status.rb b/app/models/status.rb index 918a58405..4696ee289 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true class Status < ApplicationRecord - include ActiveModel::Validations include Paginable include Streamable include Cacheable