Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  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 => '_eframe_delivery_session_id'
  7. end
Add Comment
Please, Sign In to add comment