Sha256: 221efb76ec13a3cdc2eadcefe8fa4ccea28a729d9a3104baf4b17996ae7a4b18
Contents?: true
Size: 329 Bytes
Versions: 45
Compression:
Stored size: 329 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 => '_myapp_session' end
Version data entries
45 entries across 45 versions & 14 rubygems