class TestInvalidUrls::FooController
Public Class Methods
binary_params_for?(action)
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4419 def self.binary_params_for?(action) action == "show" end
Public Instance Methods
show()
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4423 def show render plain: "foo#show" end