I have a view that will have many controls to filter the interface (or even sort):
Examples:
- name
- active (yes/no)
- disabled (yes/no)
- order_by
- ..ect
For my index method should I pass in GET parameters with the various filters and figure out my view based on that?
Use searchlogic if it is RoR previous to RoR3. In other case, it may be for example search_scope. Don’t waste your time 🙂