Class: WatchersController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
WatchersController#watch
WatchersController#unwatch
WatchersController#new
WatchersController#create
WatchersController#append
WatchersController#destroy
WatchersController#autocomplete_for_user
WatchersController#find_project
WatchersController#set_watcher / 2
is a submodule of
module: <Toplevel Module>   
inherits from
  ApplicationController   
has properties
method: watch   
method: unwatch   
method: new   
method: create   
method: append   
method: destroy   
method: autocomplete_for_user   
method: find_project   
method: set_watcher / 2   
is defined at
#18 in app/controllers/watchers_controller.rb  

Overview

Module Structure

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

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   
WatchersController
has properties
method: watch   
method: unwatch   
method: new   
method: create   
method: append   
method: destroy   
method: autocomplete_for_user   
method: find_project   
method: set_watcher / 2   

Instance Methods

WatchersController#watch

#23 in app/controllers/watchers_controller.rb

watch

WatchersController#unwatch

#31 in app/controllers/watchers_controller.rb

unwatch

WatchersController#new

#35 in app/controllers/watchers_controller.rb

new

WatchersController#create

#47 in app/controllers/watchers_controller.rb

create

WatchersController#append

#67 in app/controllers/watchers_controller.rb

append

WatchersController#destroy

#86 in app/controllers/watchers_controller.rb

destroy

WatchersController#autocomplete_for_user

#98 in app/controllers/watchers_controller.rb

autocomplete_for_user

WatchersController#find_project

#107 in app/controllers/watchers_controller.rb

find_project

WatchersController#set_watcher / 2

#120 in app/controllers/watchers_controller.rb

set_watcher ( user ,
  watching )