Remove un-needed Poll.attached
scope (#33368)
This commit is contained in:
parent
b648c64e2e
commit
f35de1ed0d
4 changed files with 2 additions and 23 deletions
|
@ -39,8 +39,6 @@ class Poll < ApplicationRecord
|
|||
validates :expires_at, presence: true, if: :local?
|
||||
validates_with PollValidator, on: :create, if: :local?
|
||||
|
||||
scope :attached, -> { where.not(status_id: nil) }
|
||||
|
||||
before_validation :prepare_options, if: :local?
|
||||
before_validation :prepare_votes_count
|
||||
before_validation :prepare_cached_tallies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue