diff options
| author | mo k <mo@mokhan.ca> | 2012-09-25 07:40:59 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-09-25 07:40:59 -0600 |
| commit | fa9b637e766ca9fecec35694123b61efebad8595 (patch) | |
| tree | d98d61753772b4b46a7a97f8f6cff4157560355a /app/models/tutorial.rb | |
| parent | b1f3813afbf032b97300c46c4a1105b48f840ebf (diff) | |
add tutorial to active admin.
Diffstat (limited to 'app/models/tutorial.rb')
| -rw-r--r-- | app/models/tutorial.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/tutorial.rb b/app/models/tutorial.rb index e400e169..70215f8f 100644 --- a/app/models/tutorial.rb +++ b/app/models/tutorial.rb @@ -1,5 +1,5 @@ class Tutorial < ActiveRecord::Base - attr_accessible :description, :heading, :url, :image_url + attr_accessible :description, :heading, :url, :image_url, :user_id belongs_to :user acts_as_taggable |
