method
update_active_storage
v6.0.0 -
Show latest stable
- Class:
Rails::Generators::AppGenerator
update_active_storage()public
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 310
def update_active_storage
unless skip_active_storage?
rails_command "active_storage:update"
end
end