Module: CurateController
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/concerns/curate_controller.rb
Instance Method Summary collapse
-
#sufia ⇒ Object
Please be sure to impelement current_user and user_session.
Instance Method Details
#sufia ⇒ Object
Please be sure to impelement current_user and user_session. Blacklight depends on these methods in order to perform user specific actions.
36 37 38 |
# File 'app/controllers/concerns/curate_controller.rb', line 36 def sufia self end |