Skip to content

Commit

Permalink
Fix method scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored Dec 22, 2023
1 parent fb38125 commit 8fd26d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/sorcery/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def self.next_migration_number(dirname)

private

def timestamped_migrations?
def self.timestamped_migrations?
if Rails::VERSION::MAJOR >= 7
ActiveRecord.timestamped_migrations
else
Expand Down

0 comments on commit 8fd26d5

Please sign in to comment.