Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # in config/initializers/devise.rb
  2. if(ENV["RAILS_ENV"]== "development")
  3. config.confirm_within = 15.days
  4. else
  5. config.confirm_within = 0
  6. end
Add Comment
Please, Sign In to add comment