Class: AttachmentsController

Inherits:
AuthorizedController show all
Defined in:
app/controllers/attachments_controller.rb

Instance Method Summary collapse

Methods inherited from AuthorizedController

#set_locale

Instance Method Details

#createObject



9
10
11
12
13
14
# File 'app/controllers/attachments_controller.rb', line 9

def create
  create! {
    redirect_to :back
    return
  }
end