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

th-downstream
Tomohiro Suwa 8 years ago committed by Eugen Rochko
parent dad5d33ff3
commit 7bb45d9ed5

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

Loading…
Cancel
Save