add api users filter and integrate users select2
This commit is contained in:
parent
163908b393
commit
bf17d976a7
7 changed files with 28 additions and 2 deletions
|
@ -169,4 +169,8 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
alias_method :url_to_image, :image_url
|
||||
|
||||
def users_select_tag(id)
|
||||
hidden_field_tag(id, '', class: "ajax-users-select")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue