Skip to content

Commit

Permalink
Remove unused state ivar
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed Mar 2, 2025
1 parent 1b198d2 commit c5cd19a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dummy/app/controllers/comboboxes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def dialog
end

def turbo_streamed_block
@state = State.first || raise("No state found, load fixtures first.")
end

private
Expand Down

0 comments on commit c5cd19a

Please sign in to comment.