diff options
| author | mo k <mo@mokhan.ca> | 2012-09-13 08:02:17 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-09-13 08:02:17 -0600 |
| commit | 544cb63581905a862a06ed1bd587d709e7c14107 (patch) | |
| tree | 90288d97ad111a053f1390df472635c04974af51 /app/models/tutorial.rb | |
| parent | 4b0b470e9bb38036d74ec4ace9d03fd5f70a2ed2 (diff) | |
add tags to the tutorial model.
Diffstat (limited to 'app/models/tutorial.rb')
| -rw-r--r-- | app/models/tutorial.rb | 1 |
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 |
