module RedmineAPIHelper::SearchAPIHelper

Public Instance Methods

search_url(**params) click to toggle source

reads my_account_url from args

# File lib/redmine_api_helper/search_api_helper.rb, line 26
def search_url(**params)
  url_path(args.urls.Home, "search", params)
end