Methods
I
R
S
Instance Public methods
index()
# File actionview/test/template/url_helper_test.rb, line 773
def index
  render_default
end
show()
# File actionview/test/template/url_helper_test.rb, line 777
def show
  render_default
end
Instance Protected methods
render_default()
# File actionview/test/template/url_helper_test.rb, line 782
def render_default
  render inline: "<%= link_to_unless_current('tasks', tasks_path) %>\n" +
    "<%= link_to_unless_current('tasks', tasks_url) %>"
end