Skip to content

Commit

Permalink
ActiveSupport::SecureRandom is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Oct 29, 2011
1 parent dd5bf83 commit 8ab2057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# must be unique per application # must be unique per application
session.key=_<%= name %>_session session.key=_<%= name %>_session
# be wary of changing this on a live site, it will invalidate your session cookies # be wary of changing this on a live site, it will invalidate your session cookies
session.secret=<%= ActiveSupport::SecureRandom.hex(64) %> session.secret=<%= SecureRandom.hex(64) %>

0 comments on commit 8ab2057

Please sign in to comment.