instiki/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs

7 lines
158 B
Plaintext
Raw Normal View History

page.assign 'title', 'Hey'
cache do
page['element_1'].visual_effect :highlight
page['element_2'].visual_effect :highlight
end
page.assign 'footer', 'Bye'