Skip to content

Commit 7b53bb9

Browse files
committed
Merge branch 'add-test_refactor_logic-changes' of github.com:fastruby/ombu_labs-auth into add-test_refactor_logic-changes
2 parents b3b347d + adbd1aa commit 7b53bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end
109109

110110
```rb
111111
# config/initializers/ombu_labs-auth.rb
112-
OmbuLabs::Auth.user_class = "Admin" # defaults to "User" if not set
112+
OmbuLabs::Auth.user_class_name = "Admin" # defaults to "User" if not set
113113
OmbuLabs::Auth.users_table_name = :admins # defaults to :users if not set
114114
```
115115

0 commit comments

Comments
 (0)