wiki base sceleton

This commit is contained in:
Valery Sizov 2012-02-19 16:35:31 +02:00
parent df27ec29f3
commit eacea15a21
20 changed files with 432 additions and 0 deletions

View file

@ -12,6 +12,7 @@ class Project < ActiveRecord::Base
has_many :deploy_keys, :dependent => :destroy, :foreign_key => "project_id", :class_name => "Key"
has_many :web_hooks, :dependent => :destroy
has_many :protected_branches, :dependent => :destroy
has_many :wikis, :dependent => :destroy
acts_as_taggable