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