Method: Filch::RansackPlus#ransack_result
- Defined in:
- lib/filch/ransack_plus.rb
#ransack_result ⇒ Object
get the results!
13 14 15 16 |
# File 'lib/filch/ransack_plus.rb', line 13 def ransack_result return [] unless @params @q.result end |