Skip to content

Commit

Permalink
include concern
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Aug 21, 2019
1 parent f60e417 commit af2b15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/researchers_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class ResearchersController < ApplicationController
include ActionController::MimeResponds
include Countable

prepend_before_action :authenticate_user!
before_action :set_researcher, only: [:show, :destroy]
Expand Down

0 comments on commit af2b15d

Please sign in to comment.