Skip to content

Commit

Permalink
Add person tagging on mentor and mentee topics
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Mar 19, 2012
1 parent 0ffb846 commit 3c1f3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/person.rb
Expand Up @@ -6,7 +6,7 @@ class Person < ActiveRecord::Base

attr_protected :user_id
has_paper_trail :ignore => [:user_id, :delta]
acts_as_taggable_on :tags, :technologies
acts_as_taggable_on :tags, :technologies, :mentor_topic_tags, :mentee_topic_tags
sortable

default_serialization_options :include => { :projects => {:include => [:tags, :technologies]},
Expand Down

0 comments on commit 3c1f3e4

Please sign in to comment.