integrate tags plugins
This commit is contained in:
parent
5d526717d6
commit
6977150f04
6 changed files with 212 additions and 0 deletions
|
@ -9,6 +9,8 @@ class Project < ActiveRecord::Base
|
|||
has_many :notes, :dependent => :destroy
|
||||
has_many :snippets, :dependent => :destroy
|
||||
|
||||
acts_as_taggable
|
||||
|
||||
validates :name,
|
||||
:uniqueness => true,
|
||||
:presence => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue