Methods
A
Included Modules
Instance Public methods
about()
# File actionpack/test/dispatch/routing_test.rb, line 4814
def about
  render inline: "<%= root_path(locale: :ar) %> | <%= url_for(locale: :ar) %>"
end