class TestDefaultUrlOptions::PostsController

Public Instance Methods

archive() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4744
def archive
  render plain: "posts#archive"
end