Skip to content

Commit

Permalink
Remove skip of callback that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 9, 2016
1 parent a147635 commit a90f664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -4,10 +4,6 @@ module EmbargoesControllerBehavior
include CurationConcerns::ManagesEmbargoes
include CurationConcerns::Collections::AcceptsBatches

included do
skip_before_action :normalize_identifier, only: :update
end

def index
authorize! :index, Hydra::AccessControls::Embargo
end
Expand Down
Expand Up @@ -4,10 +4,6 @@ module LeasesControllerBehavior
include CurationConcerns::ManagesEmbargoes
include CurationConcerns::Collections::AcceptsBatches

included do
skip_before_action :normalize_identifier, only: :update
end

def index
authorize! :index, Hydra::AccessControls::Lease
end
Expand Down

0 comments on commit a90f664

Please sign in to comment.