Source: show | on GitHub
# File actionpack/test/controller/base_test.rb, line 65 def default_url_options { format: 'atom' } end
# File actionpack/test/controller/base_test.rb, line 61 def show render nothing: true end