app/models/concerns/blacklight/user.rb in blacklight-6.0.0.pre3 vs app/models/concerns/blacklight/user.rb in blacklight-6.0.0.pre4
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
module Blacklight::User
# This gives us an is_blacklight_user method that can be included in
# the containing applications models.
# SEE ALSO: The /lib/blacklight/engine.rb class for how when this
# is injected into the hosting application through ActiveRecord::Base extend