Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_commits.html.haml | ||
_diffs.html.haml | ||
_how_to_merge.html.haml | ||
_mr_box.html.haml | ||
_mr_title.html.haml | ||
_participants.html.haml |
BigW Consortium Gitlab
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>
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_commits.html.haml | Loading commit data... | |
_diffs.html.haml | Loading commit data... | |
_how_to_merge.html.haml | Loading commit data... | |
_mr_box.html.haml | Loading commit data... | |
_mr_title.html.haml | Loading commit data... | |
_participants.html.haml | Loading commit data... |