Method: Cms::Behaviors::ClassMethods#ivars_to_ignore

Defined in:
lib/cms/behaviors/rendering.rb

#ivars_to_ignoreObject

Instance variables that will not be copied from the renderable to the view



93
94
95
# File 'lib/cms/behaviors/rendering.rb', line 93

def ivars_to_ignore
  ['@controller', '@_already_rendered']
end