Make sure controller names like Admin/Content are correctly normalized to admin/content
Source Code
# File action_controller/routing/segments.rb, line 219 def extract_value "#{local_name} = (hash[:#{key}] #{"|| #{default.inspect}" if default}).downcase" end
<code/>and<pre/>for code samples.