mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -12,6 +12,7 @@ class ItemsController < ApplicationController
|
||||
before_action :require_login
|
||||
before_action :find_item, only: [:show, :edit, :update, :destroy]
|
||||
|
||||
# Used for autocomplete form
|
||||
def autocomplete
|
||||
term = ActiveRecord::Base.sanitize_sql_like(params[:q].to_s)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user