diff options
author | Tomohiro Suwa <neoen.gsn@gmail.com> | 2017-04-27 19:02:55 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-27 12:02:55 +0200 |
commit | 1f805a6377cc88478c51ad2976a76298620053fa (patch) | |
tree | b39a7d5eaa5645ee6d55e2e0a5f645352bd615ea /app/models | |
parent | e595ccb2946988f7f870d782e42b88f8fca10acd (diff) |
Don't need to include ActiveModel::Validations (#2521)
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |