class Rails::Generators::AppBase

def skip_propshaft?

def skip_propshaft?
  skip_asset_pipeline? || options[:asset_pipeline] != "propshaft"
end