Module: JunglePath::API::Helpers::QueryFilters
- Defined in:
- lib/jungle_path/api/helpers/query_filters.rb
Instance Method Summary collapse
Instance Method Details
#app_defined_query_filters ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/jungle_path/api/helpers/query_filters.rb', line 5 def app_defined_query_filters # override (redefine) or replace this as needed to define your own query filters. # make sure your redefine happens after this code runs and before # the authentication check (the call to "authenticate" (APIHelpers::Auth.authenticate)). #puts "default query_filters..." [] end |