From 8b25ba5d175ce441a27af1991299c172e2658a41 Mon Sep 17 00:00:00 2001 From: "Stanislav (Stas) Katkov" Date: Tue, 14 May 2024 12:07:59 +0200 Subject: [PATCH] Remove mention of GoodJob (#21) GoodJob is a great gem, but doesn't have much to do with this gem. --- lib/pecorino/install_generator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pecorino/install_generator.rb b/lib/pecorino/install_generator.rb index 0a7f762..59ff128 100644 --- a/lib/pecorino/install_generator.rb +++ b/lib/pecorino/install_generator.rb @@ -5,8 +5,8 @@ module Pecorino # - # Rails generator used for setting up GoodJob in a Rails application. - # Run it with +bin/rails g good_job:install+ in your console. + # Rails generator used for setting up Pecorino in a Rails application. + # Run it with +bin/rails g pecorino:install+ in your console. # class InstallGenerator < Rails::Generators::Base include ActiveRecord::Generators::Migration