Hey guys. Is there a way to automatically apply th...
# avo-2
m
Hey guys. Is there a way to automatically apply the default filters when loading the index page?
l
yes. use the
default
method
Copy code
ruby
  def default
    {
      is_featured: true
    }
  end
m
AVO = Always Very O ... Outstanding, Overwhelming, Organized, Open-handed. 😱
2 Views