From 7bb45d9ed58184262c277d7be296691dbab45919 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 918a584051..4696ee289a 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