Skip to content

Commit

Permalink
Merge pull request #5621 from santu-essence/code-improvement/minor-ch…
Browse files Browse the repository at this point in the history
…anges

Inherit from only base.
  • Loading branch information
carlosantoniodasilva authored Aug 17, 2023
2 parents ec06745 + 5b22538 commit 9f80dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/active_record/devise_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module ActiveRecord
module Generators
class DeviseGenerator < ActiveRecord::Generators::Base
class DeviseGenerator < Base
argument :attributes, type: :array, default: [], banner: "field:type field:type"

class_option :primary_key_type, type: :string, desc: "The type for primary key"
Expand Down

0 comments on commit 9f80dc2

Please sign in to comment.