gendalf 0.4 → 0.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/CHANGELOG +2 -0
- data/gendalf.gemspec +1 -1
- data/lib/controllers/wizard_controller.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/gendalf.gemspec
CHANGED
@@ -61,7 +61,7 @@ module Gendalf
|
|
61
61
|
private
|
62
62
|
|
63
63
|
def redirect_to_current_step
|
64
|
-
if
|
64
|
+
if /^step\d*(|_submit)/.match(params[:action]) && step_no != current_step
|
65
65
|
redirect_to wizard_path(current_step)
|
66
66
|
end
|
67
67
|
end
|
metadata
CHANGED