mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 20:32:56 +01:00
Don't need to include ActiveModel::Validations (#2521)
This commit is contained in:
parent
e595ccb294
commit
1f805a6377
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Status < ApplicationRecord
|
||||
include ActiveModel::Validations
|
||||
include Paginable
|
||||
include Streamable
|
||||
include Cacheable
|
||||
|
|
Loading…
Reference in a new issue