Async perform for add/remove team members

This commit is contained in:
Dmitriy Zaporozhets 2013-01-28 17:39:02 +02:00
parent 1c5876eb7b
commit 8b54b7233e
5 changed files with 35 additions and 11 deletions

View file

@ -21,6 +21,10 @@ class Project
true
end
def destroy
true
end
def create
true
end