This module hooks into the rendering of a Page to use the widget cache
Public Class Methods
append_features(base)click to toggle source
(Not documented)
# File vendor/plugins/ubiquo_design/lib/ubiquo_design/cache_rendering.rb, line 5
5: defself.append_features(base)
6: super
7: base.send:include, InstanceMethods
8: end