Skip to content

Commit

Permalink
Merge pull request #1 from Spone/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate method in InstallGenerator
  • Loading branch information
Spone authored Dec 22, 2023
2 parents d9dc0bd + e3652d2 commit 1e79867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## HEAD

* Fix error when running the install generator [#339](https://github.com/Sorcery/sorcery/pull/339)

## 0.16.5

* Raise ArgumentError when calling change_password! with blank password [#333](https://github.com/Sorcery/sorcery/pull/333)
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 1e79867

Please sign in to comment.