about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authorTomohiro Suwa <neoen.gsn@gmail.com>2017-04-27 19:02:55 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-04-27 12:02:55 +0200
commit1f805a6377cc88478c51ad2976a76298620053fa (patch)
treeb39a7d5eaa5645ee6d55e2e0a5f645352bd615ea /app/models
parente595ccb2946988f7f870d782e42b88f8fca10acd (diff)
Don't need to include ActiveModel::Validations (#2521)
Diffstat (limited to 'app/models')
-rw-r--r--app/models/status.rb1
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