class FilterTest::ImplicitActionsController
Private Instance Methods
find_except()
click to toggle source
# File actionpack/test/controller/filters_test.rb, line 538 def find_except @except = "Except" end
find_only()
click to toggle source
# File actionpack/test/controller/filters_test.rb, line 534 def find_only @only = "Only" end