Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 18, 2024
1 parent f261fd3 commit f44d438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/secrets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def delete
raise (result.error || StandardError.new(result.message))
end
end

private

def params_permitted
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

resources :certificates, only: %i[create]
resources :secrets, only: %i[create]
get 'secrets/*path', to: 'secrets#show', as: :secret
get "secrets/*path", to: "secrets#show", as: :secret
end

0 comments on commit f44d438

Please sign in to comment.