rotten-generators 0.9.4 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.5
|
data/generators.gemspec
CHANGED
|
@@ -32,6 +32,7 @@ class RottenControllerGenerator < Rails::Generator::NamedBase
|
|
|
32
32
|
m.template 'controller:helper.rb',
|
|
33
33
|
File.join('app/helpers', class_path, "#{file_name}_helper.rb")
|
|
34
34
|
|
|
35
|
+
m.route_resources file_name
|
|
35
36
|
|
|
36
37
|
# View template for each action.
|
|
37
38
|
actions.each do |action|
|