Commit 2cf5a9ef authored by randx's avatar randx

Better name for Project push methods module

parent c6034af4
......@@ -2,7 +2,7 @@ require "grit"
class Project < ActiveRecord::Base
include Repository
include GitPush
include ProjectPush
include Authority
include Team
......
module GitPush
module ProjectPush
def observe_push(oldrev, newrev, ref, user)
data = post_receive_data(oldrev, newrev, ref, user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment