diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-23 22:23:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-23 22:23:42 -0600 |
| commit | 928e42465b5ba7d05381badf260ba2c958c46ecf (patch) | |
| tree | 5201a2dbd9441a5655cd869ace2e5f8ec5702e95 /app/models/tutorial.rb | |
| parent | efbfc2cbb156afeb4e18e8d93de6a403924f496a (diff) | |
bundle update
Diffstat (limited to 'app/models/tutorial.rb')
| -rw-r--r-- | app/models/tutorial.rb | 2 |
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 |
