Class: MyController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
MyController::BLOCKS
MyController::DEFAULT_LAYOUT
Instance Methods
MyController#index
MyController#page
MyController#account
MyController#password
MyController#reset_rss_key
MyController#reset_api_key
MyController#page_layout
MyController#add_block
MyController#remove_block
MyController#order_blocks
is a submodule of
module: <Toplevel Module>   
inherits from
  ApplicationController   
has properties
constant: BLOCKS   
constant: DEFAULT_LAYOUT   
method: index   
method: page   
method: account   
method: password   
method: reset_rss_key   
method: reset_api_key   
method: page_layout   
method: add_block   
method: remove_block   
method: order_blocks   
is defined at
#18 in app/controllers/my_controller.rb  

Overview

Module Structure

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

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   
MyController
has properties
constant: BLOCKS   
constant: DEFAULT_LAYOUT   
method: index   
method: page   
method: account   
method: password   
method: reset_rss_key   
method: reset_api_key   
method: page_layout   
method: add_block   
method: remove_block   
method: order_blocks   

Constants

MyController::BLOCKS

#25 in app/controllers/my_controller.rb

BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues,   

MyController::DEFAULT_LAYOUT

#34 in app/controllers/my_controller.rb

DEFAULT_LAYOUT = { 'left' => ['issuesassignedtome'],   

Instance Methods

MyController#index

#38 in app/controllers/my_controller.rb

index

MyController#page

#44 in app/controllers/my_controller.rb

page

MyController#account

#50 in app/controllers/my_controller.rb

account

MyController#password

#69 in app/controllers/my_controller.rb

password

MyController#reset_rss_key

#90 in app/controllers/my_controller.rb

reset_rss_key

MyController#reset_api_key

#103 in app/controllers/my_controller.rb

reset_api_key

MyController#page_layout

#116 in app/controllers/my_controller.rb

page_layout

MyController#add_block

#126 in app/controllers/my_controller.rb

add_block

MyController#remove_block

#142 in app/controllers/my_controller.rb

remove_block

MyController#order_blocks

#156 in app/controllers/my_controller.rb

order_blocks