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

This commit is contained in:
Tomohiro Suwa 2017-04-27 19:02:55 +09:00 committed by Eugen Rochko
parent e595ccb294
commit 1f805a6377
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
class Status < ApplicationRecord
include ActiveModel::Validations
include Paginable
include Streamable
include Cacheable