summaryrefslogtreecommitdiff
path: root/app/models/tutorial.rb
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-09-13 08:02:17 -0600
committermo k <mo@mokhan.ca>2012-09-13 08:02:17 -0600
commit544cb63581905a862a06ed1bd587d709e7c14107 (patch)
tree90288d97ad111a053f1390df472635c04974af51 /app/models/tutorial.rb
parent4b0b470e9bb38036d74ec4ace9d03fd5f70a2ed2 (diff)
add tags to the tutorial model.
Diffstat (limited to 'app/models/tutorial.rb')
-rw-r--r--app/models/tutorial.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/tutorial.rb b/app/models/tutorial.rb
index e59367b0..8d3a082e 100644
--- a/app/models/tutorial.rb
+++ b/app/models/tutorial.rb
@@ -1,4 +1,5 @@
class Tutorial < ActiveRecord::Base
attr_accessible :description, :heading, :url, :image_url
belongs_to :user
+ acts_as_taggable
end