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.
1 parent f1be51b commit cb178c2Copy full SHA for cb178c2
CHANGELOG
@@ -1,4 +1,10 @@
1
-# 1.5.0
+# Version 1.5.1
2
+
3
+* Lock the Rails version until only 4.2.
4
+* Fix parent class lookup.
5
+* Fix resource_class default value definition.
6
7
+# Version 1.5.0
8
9
* Supports nested modules (namespaced models and controllers).
10
* Supports Rails 4 Strong Parameters notation.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- inherited_resources (1.5.0)
+ inherited_resources (1.5.1)
actionpack (>= 3.2, < 4.2)
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 4.2)
lib/inherited_resources/version.rb
@@ -1,3 +1,3 @@
module InheritedResources
- VERSION = '1.5.0'.freeze
+ VERSION = '1.5.1'.freeze
end
0 commit comments