Commit a70eee7d
Changed files (1)
app
models
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