config/routes.rb in surveyor_gui-0.1.0 vs config/routes.rb in surveyor_gui-0.1.1
- old
+ new
@@ -29,15 +29,17 @@
get 'cut'
end
collection do
get 'render_answer_fields_partial'
get 'render_grid_partial'
- get 'render_group_inline_partial'
get 'render_no_picks_partial'
end
end
resources :question_groups do
+ collection do
+ get 'render_group_inline_partial'
+ end
end
resources :dependencys do
collection do
get 'get_answers'