Fix error when rendering public pages with media attachments (#16763)
* Add tests * Fix error when rendering public pages with media attachments * Add tests * Fix tests * Please CodeClimate
This commit is contained in:
parent
8818622feb
commit
5159ba26e4
5 changed files with 102 additions and 38 deletions
|
@ -217,7 +217,7 @@ class MediaAttachment < ApplicationRecord
|
|||
end
|
||||
|
||||
def to_param
|
||||
shortcode
|
||||
shortcode.presence || id&.to_s
|
||||
end
|
||||
|
||||
def focus=(point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue