|
Project
|
Ruby
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Obsolete |
|
Assignee
|
Dmitry Jemerov |
|
Subsystem
|
Rails. Paramdefs |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
module Admin end class Admin::BaseController < ApplicationController #... end
class Admin::SettingsController < Admin::BaseController
def redirect
#...
redirect_to :action => "index" #<----here
#...
end
end