We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246e6c9 + 6f9bfc3 commit ebb1d76Copy full SHA for ebb1d76
CHANGELOG.md
@@ -10,4 +10,10 @@
10
11
- Added .idea/ folder to .gitignore
12
13
+## v3.2.2 (2023-12-21)
14
+
15
+### Fixed
16
17
+- Fixed polymorphic_foreign_association_extension.rb to be compatible with other reflection than `has_many` and `has_one`.
18
19
### Changed
lib/polymorphic_integer_type/version.rb
@@ -1,3 +1,3 @@
1
module PolymorphicIntegerType
2
- VERSION = "3.2.1"
+ VERSION = "3.2.2"
3
end
0 commit comments