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 |
---|---|---|
.. | ||
group_members | Loading commit data... | |
milestones | Loading commit data... | |
_projects.html.haml | Loading commit data... | |
edit.html.haml | Loading commit data... | |
issues.atom.builder | Loading commit data... | |
issues.html.haml | Loading commit data... | |
merge_requests.html.haml | Loading commit data... | |
new.html.haml | Loading commit data... | |
projects.html.haml | Loading commit data... | |
show.atom.builder | Loading commit data... | |
show.html.haml | Loading commit data... |