class Rails::Generators::AppGenerator
def update_active_storage
def update_active_storage unless skip_active_storage? rails_command "active_storage:update", inline: true end end
def update_active_storage unless skip_active_storage? rails_command "active_storage:update", inline: true end end