Commit a0743d44a8260dac58122584479d7bf6ae06be44
1 parent
de953ba0
Exists in
master
s/Metod/Method/
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/generators/scim_rails/templates/initializer.rb
@@ -14,7 +14,7 @@ ScimRails.configure do |config| | @@ -14,7 +14,7 @@ ScimRails.configure do |config| | ||
14 | # Model used for user records. | 14 | # Model used for user records. |
15 | config.scim_users_model = "User" | 15 | config.scim_users_model = "User" |
16 | 16 | ||
17 | - # Metod used for retriving user records from the | 17 | + # Method used for retriving user records from the |
18 | # authenticatable model. | 18 | # authenticatable model. |
19 | config.scim_users_scope = :users | 19 | config.scim_users_scope = :users |
20 | 20 |