class Rails::Generators::AppBase

def skip_sprockets?

def skip_sprockets?
  options[:skip_asset_pipeline] || options[:asset_pipeline] != "sprockets"
end