refactoring project team members controller (corresponding mental model)

This commit is contained in:
Andrey Kumanyaev 2013-01-22 21:20:39 +04:00 committed by Dmitriy Zaporozhets
parent ccf8fa4fa2
commit f6f414ce3b
8 changed files with 45 additions and 40 deletions

View file

@ -1,4 +1,4 @@
- if @team_member.valid?
- if @user_project_relation.valid?
:plain
$("#new_team_member").hide("slide", { direction: "right" }, 150, function(){
$("#team-table").show("slide", { direction: "left" }, 150, function() {