Files
gitlabhq/lib/api
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-04-27 21:27:02 +02:00
2015-03-31 17:08:33 +01:00
2015-06-23 22:41:59 -07:00
2015-06-05 17:16:51 +02:00
2015-06-03 14:07:20 +02:00
2015-05-13 09:41:55 +02:00
2015-05-14 15:49:09 +03:00
2014-10-14 19:07:34 +02:00
2013-07-16 11:28:19 +03:00