module JunglePath::API::Helpers::QueryFilters
Public Instance Methods
app_defined_query_filters()
click to toggle source
# 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