Guest User

Untitled

a guest
May 23rd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. > ApplicationController.allow_forgery_protection = false
  2. > app.host! 'mysubdomain.mydomain.local:3000'
  3. > app.post '/sessions', :username => 'phil', :password => 'somethingsecure'
Add Comment
Please, Sign In to add comment