Guest User

Untitled

a guest
Jan 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. db_name = Rails.env.production? ? 'staging_db' : 'production_db'
  2. ...
  3. desired_processes_count = Rails.env.production? ? 6 : 1
  4. ...
  5. Rails.env.production? ? "index,follow" : "noindex,nofollow"
Add Comment
Please, Sign In to add comment