Sha256: afea3a3e0a7cf86f686e6766ff48d9cf4f7ab08537e5825b078ce935c18c31e4
Contents?: true
Size: 334 Bytes
Versions: 31
Compression:
Stored size: 334 Bytes
Contents
# Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base # Pick a unique cookie name to distinguish our session data from others' session :session_key => '_testapp_session_id' end
Version data entries
31 entries across 31 versions & 6 rubygems