Sha256: f453a6715c88107f4cceedf439b2386b2fb3d8853443344db968b52169ced0a6
Contents?: true
Size: 332 Bytes
Versions: 56
Compression:
Stored size: 332 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 => '_empty_session_id' end
Version data entries
56 entries across 56 versions & 4 rubygems