Fix mistype

This commit is contained in:
Vladimir Sharshov 2011-10-28 04:28:55 +04:00
parent 0c9b2f5d84
commit 96a598806b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Project < ActiveRecord::Base
before_create :make_owner_rel
before_create :xml_rpc_create
before_destroy :xml_rpc_destroy
before_create :create_git_repo,
before_create :create_git_repo
before_update :update_git_repo
before_destroy :destroy_git_repo
after_create :attach_to_personal_repository