Skip to content

Commit

Permalink
Test non-value filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Oct 11, 2023
1 parent 422aec5 commit 7707798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/apps/rails7/app/controllers/admin_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ def search_users
before_filter(**options) do |c|
x
end

# Test weird option doesn't cause an error
before_action :thing, if: -> { true }
end

0 comments on commit 7707798

Please sign in to comment.