Skip to content

Commit

Permalink
Remove unused disable
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 4, 2024
1 parent 807c94e commit a3706f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def destroy
end
end

def delete_scheduled # rubocop:disable Metrics/AbcSize
def delete_scheduled
if @scheduled.update(cancelled: true)
flash[:notice] = I18n.t(:notice_successful_cancel)
else
Expand Down

0 comments on commit a3706f0

Please sign in to comment.