static public Method

Actions.included(base)

There's no documentation for this item.

Source Code

# File action_controller/caching/actions.rb, line 40
def self.included(base) #:nodoc:
  base.extend(ClassMethods)
    base.class_eval do
      attr_accessor :rendered_action_cache, :action_cache_path
      alias_method_chain :protected_instance_variables, :action_caching
    end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.