Skip to content

Commit

Permalink
Remove mention of GoodJob (#21)
Browse files Browse the repository at this point in the history
GoodJob is a great gem, but doesn't have much to do with this gem.
  • Loading branch information
skatkov committed May 14, 2024
1 parent 65a65af commit 8b25ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pecorino/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b25ba5

Please sign in to comment.