Guest User

Untitled

a guest
May 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # So right now the session configuration would live in this file like this:
  2.  
  3. ActionController::Base.session = {
  4. :key => '_test_session',
  5. :secret => 'bac838a849c1d5c4de2e6a50af826079'
  6. }
  7.  
  8. # Need to move them into application.rb
Add Comment
Please, Sign In to add comment