summaryrefslogtreecommitdiff
path: root/app/models/tutorial.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-23 22:23:42 -0600
committermo khan <mo@mokhan.ca>2013-07-23 22:23:42 -0600
commit928e42465b5ba7d05381badf260ba2c958c46ecf (patch)
tree5201a2dbd9441a5655cd869ace2e5f8ec5702e95 /app/models/tutorial.rb
parentefbfc2cbb156afeb4e18e8d93de6a403924f496a (diff)
bundle update
Diffstat (limited to 'app/models/tutorial.rb')
-rw-r--r--app/models/tutorial.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/tutorial.rb b/app/models/tutorial.rb
index 3d6cae9a..311ccc64 100644
--- a/app/models/tutorial.rb
+++ b/app/models/tutorial.rb
@@ -1,6 +1,4 @@
class Tutorial < ActiveRecord::Base
- include PublicActivity::Model
- tracked owner: Proc.new{ |controller, model| controller.current_user if controller }
attr_accessible :description, :heading, :url, :image_url, :user_id, :author, :author_url
validates :url, :presence => true
belongs_to :user