We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138545 commit 029cf40Copy full SHA for 029cf40
.standard_todo.yml
@@ -25,8 +25,6 @@ ignore:
25
- Layout/EmptyLinesAfterModuleInclusion
26
- app/controllers/other_duties_controller.rb:
27
- Layout/EmptyLineAfterGuardClause
28
-- app/controllers/placements_controller.rb:
29
- - Rails/LexicallyScopedActionFilter
30
- app/controllers/reimbursements_controller.rb:
31
- Rails/TimeZone
32
- app/controllers/users/sessions_controller.rb:
app/controllers/placements_controller.rb
@@ -1,6 +1,6 @@
1
class PlacementsController < ApplicationController
2
before_action :set_casa_case
3
- before_action :set_placement, only: %i[edit show generate update destroy]
+ before_action :set_placement, only: %i[edit show update destroy]
4
before_action :require_organization!
5
6
def index
0 commit comments