mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6 lines
158 B
Text
6 lines
158 B
Text
page.assign 'title', 'Hey'
|
|
cache do
|
|
page['element_1'].visual_effect :highlight
|
|
page['element_2'].visual_effect :highlight
|
|
end
|
|
page.assign 'footer', 'Bye'
|