Sha256: f71b6e8955d4fbadeea61bb8fe2d58bae61f8fba3a025d479940dcb2457da5c2
Contents?: true
Size: 334 Bytes
Versions: 4
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 => '_joinfix_session_id' end
Version data entries
4 entries across 4 versions & 1 rubygems