Commit a70eee7d

mo khan <mo@mokhan.ca>
2015-01-21 04:36:03
remove unused methods.
1 parent 89caeee
Changed files (1)
app
app/models/avatar.rb
@@ -1,9 +1,3 @@
 class Avatar < ActiveRecord::Base
   belongs_to :user
-  #mount_uploader :avatar, AvatarUploader
-
-  def attach(file)
-    self.avatar=file
-    self.save
-  end
 end