Method: JunglePath::API::Helpers::AuthLocalUser#set_current_query_filters
- Defined in:
- lib/jungle_path/api/helpers/auth_local_user.rb
#set_current_query_filters(no_cache = false) ⇒ Object
249 250 251 252 |
# File 'lib/jungle_path/api/helpers/auth_local_user.rb', line 249 def set_current_query_filters no_cache=false @current_query_filters = get_query_filters(no_cache) @current_user.query_filters = @current_query_filters end |