Class: AttachmentsController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
AttachmentsController#show
AttachmentsController#download
AttachmentsController#upload
AttachmentsController#destroy
AttachmentsController#find_project
AttachmentsController#file_readable
AttachmentsController#read_authorize
AttachmentsController#delete_authorize
AttachmentsController#detect_content_type / 1
is a submodule of
module: <Toplevel Module>   
inherits from
  ApplicationController   
has properties
method: show   
method: download   
method: upload   
method: destroy   
method: find_project   
method: file_readable   
method: read_authorize   
method: delete_authorize   
method: detect_content_type / 1   
is defined at
#18 in app/controllers/attachments_controller.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: ApplicationController     
class: AttachmentsController     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionController )
ApplicationController
includes
  I18n ( Redmine )
  MenuController ( Redmine::MenuManager )
  Controller ( Redmine::Search )
has properties
method: handle_unverified_request   
method: delete_broken_cookies   
method: params_filter   
method: utf8nize! / 1   
method: user_setup   
method: find_current_user   
method: logged_user= / 1   
method: check_if_login_required   
method: set_localization   
method: require_login   
method: require_admin   
method: deny_access   
method: authorize / 3   
method: authorize_global / 3   
method: find_project   
method: find_project_by_project_id   
method: find_optional_project   
method: find_project_from_association   
method: find_model_object   
class method: model_object / 1   
method: find_issues   
method: check_project_privacy   
method: back_url   
method: redirect_back_or_default / 1   
method: render_403 / 1   
method: render_404 / 1   
method: render_error / 1   
method: require_admin_or_api_request   
method: use_layout   
method: invalid_authenticity_token   
method: render_feed / 2   
class method: accept_rss_auth / 1   
method: accept_rss_auth? / 1   
class method: accept_api_auth / 1   
method: accept_api_auth? / 1   
method: per_page_option   
method: api_offset_and_limit / 1   
method: parse_qvalues / 1   
method: filename_for_content_disposition / 1   
method: api_request?   
method: api_key_from_request   
method: render_attachment_warning_if_needed / 1   
method: set_flash_from_bulk_issue_save / 2   
method: query_statement_invalid / 1   
method: render_validation_errors / 1   
method: default_template / 1   
method: pick_layout / 1   
AttachmentsController
has properties
method: show   
method: download   
method: upload   
method: destroy   
method: find_project   
method: file_readable   
method: read_authorize   
method: delete_authorize   
method: detect_content_type / 1   

Instance Methods

AttachmentsController#show

#26 in app/controllers/attachments_controller.rb

show

AttachmentsController#download

#50 in app/controllers/attachments_controller.rb

download

AttachmentsController#upload

#62 in app/controllers/attachments_controller.rb

upload

AttachmentsController#destroy

#85 in app/controllers/attachments_controller.rb

destroy

AttachmentsController#find_project

#97 in app/controllers/attachments_controller.rb

find_project

AttachmentsController#file_readable

#107 in app/controllers/attachments_controller.rb

file_readable

AttachmentsController#read_authorize

#111 in app/controllers/attachments_controller.rb

read_authorize

AttachmentsController#delete_authorize

#115 in app/controllers/attachments_controller.rb

delete_authorize

AttachmentsController#detect_content_type / 1

#119 in app/controllers/attachments_controller.rb

detect_content_type ( attachment )