The error is "undefined method 'service_name' for ActiveStorage".
When you upgrade your rails application from 6.0.x to 6.1.x or higher, you will meet this error. To resolve it, run below command in terminal:
rails active_storage:update
The error is "undefined method 'service_name' for ActiveStorage".
When you upgrade your rails application from 6.0.x to 6.1.x or higher, you will meet this error. To resolve it, run below command in terminal:
rails active_storage:update