Skip to content

Commit ae5486a

Browse files
Merge pull request #3130 from projectblacklight/doc-token-user
Document TokenBasedUser module
2 parents 2052685 + b57b127 commit ae5486a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controllers/concerns/blacklight/token_based_user.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# A controller mixin that allows users to share their bookmarks.
4+
# This is used to create a callback from refworks in the bookmarks_export_url helper in blacklight-marc
35
module Blacklight::TokenBasedUser
46
extend ActiveSupport::Concern
57

0 commit comments

Comments
 (0)