Search code examples
ruby-on-railsrails-activestorage

undefined method 'service_name' for ActiveStorage::Blob after upgrading to rails 6.1.0


I upgraded my app from 6.0.3.4 to 6.1.0 and got this error message. Looked it up and didn't find anything.

I have a very basic usage of ActiveStorage

error message


Solution

  • You need to create the new upgrade migrations via:

    rails active_storage:update