module Blacklight::AccessControls::User

Public Instance Methods

user_key() click to toggle source

This method should display the unique identifier for this user as defined by devise. The unique identifier is what access controls will be enforced against.

# File lib/blacklight/access_controls/user.rb, line 19
def user_key
  send(Devise.authentication_keys.first)
end