Skip to content

Commit

Permalink
Remove exclusion for method that doesn't exist (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Feb 29, 2024
1 parent 7f13a7c commit b51a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/spotlight/resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Spotlight
##
# CRUD actions for exhibit resources
class ResourcesController < Spotlight::ApplicationController
before_action :authenticate_user!, except: [:show]
before_action :authenticate_user!
before_action :set_tab, only: %i[new create]

load_and_authorize_resource :exhibit, class: Spotlight::Exhibit
Expand Down

0 comments on commit b51a8ac

Please sign in to comment.