mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +00:00
Use DB for auth sessions (#1233)
* DB sessions * Validations for profile image
This commit is contained in:
7
test/models/session_test.rb
Normal file
7
test/models/session_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class SessionTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user