You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those that care, the user model is a thin shell around the LDAP response, not an active record class, just enough for current_user to return a User class, that responds to #admin? etc
The text was updated successfully, but these errors were encountered:
I am using
gem 'tcr', github: 'robforman/tcr', tag: 'cf6b949ba0d98538bf6b3df0373001ef9ec3ef06'
ie branchruby-upgrade
inGemfile
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux]
7.0.4.2
0.17.1
The error is:
The code that is calling (
app/models/user.rb
) reads as follows:my
test/test_helper.rb
includes:FYI
The text was updated successfully, but these errors were encountered: