]> cat aescling's git repositories - mastodon.git/commitdiff
Don't need to include ActiveModel::Validations (#2521)
authorTomohiro Suwa <neoen.gsn@gmail.com>
Thu, 27 Apr 2017 10:02:55 +0000 (19:02 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 27 Apr 2017 10:02:55 +0000 (12:02 +0200)
app/models/status.rb

index 918a5840510b734154fa8ad7785a16a53763508d..4696ee289acd63f2d8e6b494f651030c51adbf93 100644 (file)
@@ -1,7 +1,6 @@
 # frozen_string_literal: true
 
 class Status < ApplicationRecord
-  include ActiveModel::Validations
   include Paginable
   include Streamable
   include Cacheable