class Foo::Bar::BazController
Public Instance Methods
index()
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4110 def index render inline: "<%= url_for :controller => '/pooh', :action => 'index' %>" end