Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci committed Jan 18, 2024
1 parent 564185a commit df0084d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def up
unless column_exists?(:active_storage_blobs, :service_name)
add_column :active_storage_blobs, :service_name, :string

if configured_service = ActiveStorage::Blob.service.name
if configured_service = ActiveStorage::Blob.service.name # standard:disable all
ActiveStorage::Blob.unscoped.update_all(service_name: configured_service)
end

Expand Down

0 comments on commit df0084d

Please sign in to comment.