Added new autocomplete for task assignments.
Introduced the cool jquery token plugin.
This commit is contained in:
parent
2e56bfe895
commit
5d028ccf3a
10 changed files with 880 additions and 13 deletions
9
test/functional/users_controller_test.rb
Normal file
9
test/functional/users_controller_test.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'test_helper'
|
||||
|
||||
class UsersControllerTest < ActionController::TestCase
|
||||
test "should get index" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue