Skip to content

Commit adbd1aa

Browse files
arieljetagwerker
andauthored
Update method name in README.md
Co-authored-by: Ernesto Tagwerker <[email protected]>
1 parent 67c362a commit adbd1aa

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)