Sha256: e6407c98422801b68cd46e4ad8f023870139c3bad7da1faa8e45323e0aeab4dd
Contents?: true
Size: 335 Bytes
Versions: 13
Compression:
Stored size: 335 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 => '_test_app_session_id' end
Version data entries
13 entries across 13 versions & 10 rubygems