Files
gitlabhq/app/models
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-05-21 23:48:16 -04:00
2015-05-03 13:38:27 -07:00
2011-10-09 00:36:38 +03:00
2015-05-03 13:38:27 -07:00
2015-04-03 12:28:47 +02:00
2015-06-03 16:15:58 +02:00
2015-05-03 13:38:27 -07:00
2014-08-25 12:25:02 +03:00
2015-05-03 13:38:27 -07:00
2014-10-09 18:22:20 +03:00
2015-05-03 13:38:27 -07:00
2014-10-09 18:22:20 +03:00
2015-05-03 13:38:27 -07:00
2015-06-20 01:06:57 +02:00
2015-03-16 21:38:41 +02:00
2015-05-18 22:51:56 +02:00
2014-08-25 12:25:02 +03:00