We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d148b81 commit 882b02aCopy full SHA for 882b02a
test/caching_test.rb
@@ -104,17 +104,17 @@ def simple_runtime_error
104
105
def expire
106
expire_action controller: 'action_caching_test', action: 'index'
107
- render nothing: true
+ head :ok
108
end
109
110
def expire_xml
111
expire_action controller: 'action_caching_test', action: 'index', format: 'xml'
112
113
114
115
def expire_with_url_string
116
expire_action url_for(controller: 'action_caching_test', action: 'index')
117
118
119
120
def streaming
0 commit comments