|
|
|
@ -18,6 +18,8 @@
|
|
|
|
|
class AttachmentsController < ApplicationController
|
|
|
|
|
layout "users_base"
|
|
|
|
|
|
|
|
|
|
before_filter :verify_authenticity_token, only: [:uploa]
|
|
|
|
|
|
|
|
|
|
before_filter :find_project, :only => [:show, :download, :thumbnail, :destroy, :delete_homework]#, :except => [:upload, :autocomplete]
|
|
|
|
|
before_filter :file_readable, :read_authorize, :only => [:show, :thumbnail]#Modified by young
|
|
|
|
|
before_filter :delete_authorize, :only => [:destroy]
|
|
|
|
|