Media controller specs (#2022)
* Add spec for media controller * Add MediaAttachment.attached scope * Simplify methods in media controller
This commit is contained in:
parent
15ec4ae07b
commit
cc1361c149
3 changed files with 46 additions and 5 deletions
|
@ -33,6 +33,7 @@ class MediaAttachment < ApplicationRecord
|
|||
|
||||
validates :account, presence: true
|
||||
|
||||
scope :attached, -> { where.not(status_id: nil) }
|
||||
scope :local, -> { where(remote_url: '') }
|
||||
default_scope { order('id asc') }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue