logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 1f805a6377cc88478c51ad2976a76298620053fa
parent: e595ccb2946988f7f870d782e42b88f8fca10acd
Author: Tomohiro Suwa <neoen.gsn@gmail.com>
Date:   Thu, 27 Apr 2017 19:02:55 +0900

Don't need to include ActiveModel::Validations (#2521)


Diffstat:

Mapp/models/status.rb1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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