forked from OpenNeo/impress
Matchu
1d5af835a5
No user-facing functionality here yet, just configuring the database connection to work with openneo_id records. This is a first step in integrating Devise stuff into this app instead of connecting with a weird second app. My basic testing for this was to temporarily connect to production `openneo_id`, and see `AuthUser.first` correctly return a user!
3 lines
No EOL
59 B
Ruby
3 lines
No EOL
59 B
Ruby
class AuthUser < AuthRecord
|
|
self.table_name = 'users'
|
|
end |