instance method
code_and_name
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
code_and_name()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/assertion_response.rb, line 35
def code_and_name
"#{code}: #{name}"
end
Defined in actionpack/lib/action_dispatch/testing/assertion_response.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::AssertionResponse