Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored Dec 22, 2023
2 parents 8fd26d5 + 1e79867 commit 3e4cbf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## HEAD

* Fix Rails 7.1 compatibility by using `ActiveRecord.timestamped_migrations` [#352](https://github.com/Sorcery/sorcery/pull/352)
* Fix error when running the install generator [#339](https://github.com/Sorcery/sorcery/pull/339)

## 0.16.5

Expand Down
1 change: 0 additions & 1 deletion lib/generators/sorcery/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def configure_model
return if only_submodules?

generate "model #{model_class_name} --skip-migration"
inject_sorcery_to_model
end

def inject_sorcery_to_model
Expand Down

0 comments on commit 3e4cbf1

Please sign in to comment.