Files
gitlabhq/app/views/projects
Dmitriy Zaporozhets 342d553709 Rename abilities to correspond contoller/model action names
write_ was renamed to create_
modify_  was renamed to update_

So now in update action we have next code

def create
  can?(current_user, :create_issue, @issue)
end

def update
  can?(current_user, :update_issue, @issue)
end

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26 15:55:56 +02:00
..
2015-06-17 16:59:51 -04:00
2015-04-30 19:12:15 +02:00
2015-04-30 19:12:15 +02:00
2015-05-21 23:48:16 -04:00
2015-04-30 19:12:15 +02:00
2015-04-30 19:12:15 +02:00
2015-04-30 21:33:02 +02:00
2013-12-31 16:34:14 +02:00
2015-05-05 13:09:50 +03:00
2015-05-21 11:39:33 +02:00
2015-02-14 11:09:23 -07:00