Skip to content

Commit 029cf40

Browse files
stefannibrasilcompwron
authored andcommitted
Remove unused action from PlacementsController
This action is not defined anywhere in the controller level. Removing it to keep things tidy and clean up a standardrb todo item.
1 parent c138545 commit 029cf40

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.standard_todo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ ignore:
2525
- Layout/EmptyLinesAfterModuleInclusion
2626
- app/controllers/other_duties_controller.rb:
2727
- Layout/EmptyLineAfterGuardClause
28-
- app/controllers/placements_controller.rb:
29-
- Rails/LexicallyScopedActionFilter
3028
- app/controllers/reimbursements_controller.rb:
3129
- Rails/TimeZone
3230
- app/controllers/users/sessions_controller.rb:

app/controllers/placements_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class PlacementsController < ApplicationController
22
before_action :set_casa_case
3-
before_action :set_placement, only: %i[edit show generate update destroy]
3+
before_action :set_placement, only: %i[edit show update destroy]
44
before_action :require_organization!
55

66
def index

0 commit comments

Comments
 (0)