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