Added basic hexfile reading that respects r/w perms

This commit is contained in:
MrYummy
2017-07-01 04:48:52 +02:00
parent 3bfc74045f
commit 0f74795159
16 changed files with 120 additions and 9 deletions

View File

@@ -173,4 +173,4 @@ class User < ActiveRecord::Base
def set_email_token
self.email_token ||= SecureRandom.hex(16)
end
end
end