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
  • Created by   Anna Bulenkova
    3 years ago (06 Feb 2009 18:47)
  • Updated by   Vadim Gurov
    12 months ago (18 May 2011 17:17)
  • Jira: RUBY-2861
    (history, comments)
 
RUBY-2861 Paramdefs: no resolve in inherited controller
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
base_controller.rb
module Admin
end
class Admin::BaseController < ApplicationController
#...
end

settings_controller.rb
class Admin::SettingsController < Admin::BaseController
  def redirect
    #...
    redirect_to :action => "index"    #<----here
    #...
  end
end

No key/value can be resolved for this "render" call
Also, no inspection reacts on unresolved values
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments