4e5f623fb3d71735dc87926b4085cf90a2ac29c6
[cs356-p2-videostore.git] / app / controllers / application.rb
1 # Filters added to this controller apply to all controllers in the application.
2 # Likewise, all the methods added will be available for all controllers.
3
4 class ApplicationController < ActionController::Base
5   # Pick a unique cookie name to distinguish our session data from others'
6   session :session_key => '_try5_session_id'
7 end