class CacheHelperOutputBufferTest::MockController
Public Instance Methods
read_fragment(name, options)
click to toggle source
# File actionmailer/test/caching_test.rb, line 200 def read_fragment(name, options) return false end
write_fragment(name, fragment, options)
click to toggle source
# File actionmailer/test/caching_test.rb, line 204 def write_fragment(name, fragment, options) fragment end