Commit a0743d44a8260dac58122584479d7bf6ae06be44

Authored by kamillle
1 parent de953ba0
Exists in master

s/Metod/Method/

lib/generators/scim_rails/templates/initializer.rb
... ... @@ -14,7 +14,7 @@ ScimRails.configure do |config|
14 14 # Model used for user records.
15 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 18 # authenticatable model.
19 19 config.scim_users_scope = :users
20 20  
... ...