Guest User

Untitled

a guest
Nov 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. to find the current rails running environment, run the command in Console:
  2.  
  3. rails c
  4. >> Rails.env
  5.  
  6. => Developement or production
Add Comment
Please, Sign In to add comment