Sha256: 200c6b87821a9a46a6ee9262c404394789868adeab6956e56449569e39ffa954
Contents?: true
Size: 342 Bytes
Versions: 22
Compression:
Stored size: 342 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 => '_<%= app_name %>_session_id' end
Version data entries
22 entries across 22 versions & 4 rubygems