jhund / filterrific

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
http://filterrific.clearcove.ca
MIT License
910 stars 124 forks source link

daterangepicker not working #169

Closed riddhibacancy closed 5 years ago

riddhibacancy commented 5 years ago

How to call select_daterange method in view on applying of daterangepicker

model.rb def self.select_daterange(startDate, endDate) end

range_select.html.erb