hashrocket / decent_exposure

A helper for creating declarative interfaces in controllers
MIT License
1.81k stars 107 forks source link

Allow using array in :find_by parameter #187

Closed marselmustafin closed 6 years ago

marselmustafin commented 6 years ago

I faced with problem when I tried to use :find_by param like this:

expose :subscription, find_by: %i[id, target_id]

But this feature not implemented, please implement this option.