Wire up filter form sans search

This commit is contained in:
Jose Farias
2024-11-11 13:46:15 -06:00
parent d455b72906
commit 0baaf5d87f
7 changed files with 112 additions and 101 deletions
@@ -0,0 +1,4 @@
class FilterButtonsController < ApplicationController
def create
end
end