Skip to content

Commit

Permalink
Remove the extraneous layout call
Browse files Browse the repository at this point in the history
This is already generated by the the ControllerGenerator
  • Loading branch information
jcoyne committed Jun 4, 2018
1 parent 49280c7 commit 0129902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/concerns/blacklight/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ module Blacklight::Controller

define_callbacks :logging_in_user
set_callback :logging_in_user, :before, :transfer_guest_user_actions_to_current_user

layout :determine_layout
end

def default_catalog_controller
Expand Down

0 comments on commit 0129902

Please sign in to comment.