Method: Scrivito::Configuration.find_user
- Defined in:
- app/cms/scrivito/configuration.rb
.find_user(&find_user_proc) {|user_id| ... } ⇒ Object
Note:
This configuration key is optional. If it is not configured the in-place UI would behave normally, but would not be able to find any users.
Configures how to find users for the in-place UI.
85 86 87 |
# File 'app/cms/scrivito/configuration.rb', line 85 def self.find_user(&find_user_proc) self.find_user_proc = find_user_proc end |