class TestPathParameters::PagesController
Public Instance Methods
about()
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4903 def about render inline: "<%= root_path(locale: :ar) %> | <%= url_for(locale: :ar) %>" end