# File lib/active_scaffold/config/base.rb, line 45 def initialize(conf, storage, params) # the session hash relevant to this action @session = storage # all the request params @params = params # the configuration object for this action @conf = conf end