Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
968dee5b5c21
Commit
2cf5a9ef
authored
Jul 29, 2012
by
randx
Browse files
Better name for Project push methods module
parent
f4f34c11a933
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
968dee5b
...
...
@@ -2,7 +2,7 @@
class
Project
<
ActiveRecord
::
Base
include
Repository
include
Gi
tPush
include
Projec
tPush
include
Authority
include
Team
...
...
app/roles/
gi
t_push.rb
→
app/roles/
projec
t_push.rb
View file @
968dee5b
module
Gi
tPush
module
Projec
tPush
def
observe_push
(
oldrev
,
newrev
,
ref
,
user
)
data
=
post_receive_data
(
oldrev
,
newrev
,
ref
,
user
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment