From: Tomohiro Suwa Date: Thu, 27 Apr 2017 10:02:55 +0000 (+0900) Subject: Don't need to include ActiveModel::Validations (#2521) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1f805a6377cc88478c51ad2976a76298620053fa;p=mastodon.git Don't need to include ActiveModel::Validations (#2521) --- 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