You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this fits as a bug or an unexpected side-effect, but I use blob.as_json(only: allowed_fields) as part of an API. After we added lexxy, we found that it started injecting additional fields (url and previewable) for any active storage attachments. I'd assume the code at
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Not sure if this fits as a bug or an unexpected side-effect, but I use
blob.as_json(only: allowed_fields)as part of an API. After we added lexxy, we found that it started injecting additional fields (urlandpreviewable) for any active storage attachments. I'd assume the code atlexxy/lib/active_storage/blob_with_preview_url.rb
Line 11 in ad2c9eb
All reactions