iandonovan/blackjack-volt

View on GitHub
app/main/models/user.rb

Summary

Maintainability
A
0 mins
Test Coverage
# By default Volt generates this User model which inherits from Volt::User,
# you can rename this if you want.
class User < Volt::User
end