Name |
Last commit
|
Last update |
---|---|---|
.. | ||
account.rb | ||
authority.rb | ||
git_host.rb | ||
issue_commonality.rb | ||
push_event.rb | ||
push_observer.rb | ||
repository.rb | ||
static_model.rb | ||
team.rb | ||
upvote.rb |
BigW Consortium Gitlab
Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...)
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
account.rb | Loading commit data... | |
authority.rb | Loading commit data... | |
git_host.rb | Loading commit data... | |
issue_commonality.rb | Loading commit data... | |
push_event.rb | Loading commit data... | |
push_observer.rb | Loading commit data... | |
repository.rb | Loading commit data... | |
static_model.rb | Loading commit data... | |
team.rb | Loading commit data... | |
upvote.rb | Loading commit data... |