Module: Sufia::WorksControllerBehavior
- Extended by:
- ActiveSupport::Concern
- Includes:
- CurationConcerns::CurationConcernController, Breadcrumbs, Controller
- Defined in:
- app/controllers/concerns/sufia/works_controller_behavior.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Controller
#after_sign_in_path_for, #current_ability
Methods included from Breadcrumbs
#build_breadcrumbs, #default_trail, #trail_from_referer
Instance Method Details
#new ⇒ Object
22 23 24 25 |
# File 'app/controllers/concerns/sufia/works_controller_behavior.rb', line 22 def new curation_concern.depositor = current_user.user_key super end |