Class: GroupsController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
GroupsController#index
GroupsController#show
GroupsController#new
GroupsController#edit
GroupsController#create
GroupsController#update
GroupsController#destroy
GroupsController#add_users
GroupsController#remove_user
GroupsController#autocomplete_for_user
GroupsController#edit_membership
GroupsController#destroy_membership
is a submodule of
module: <Toplevel Module>   
inherits from
  ApplicationController   
has properties
method: index   
method: show   
method: new   
method: edit   
method: create   
method: update   
method: destroy   
method: add_users   
method: remove_user   
method: autocomplete_for_user   
method: edit_membership   
method: destroy_membership   
is defined at
#18 in app/controllers/groups_controller.rb  

Overview

Module Structure

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

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   
GroupsController
has properties
method: index   
method: show   
method: new   
method: edit   
method: create   
method: update   
method: destroy   
method: add_users   
method: remove_user   
method: autocomplete_for_user   
method: edit_membership   
method: destroy_membership   

Instance Methods

GroupsController#index

#27 in app/controllers/groups_controller.rb

index

GroupsController#show

#38 in app/controllers/groups_controller.rb

show

GroupsController#new

#49 in app/controllers/groups_controller.rb

new

GroupsController#edit

#59 in app/controllers/groups_controller.rb

edit

GroupsController#create

#65 in app/controllers/groups_controller.rb

create

GroupsController#update

#84 in app/controllers/groups_controller.rb

update

GroupsController#destroy

#101 in app/controllers/groups_controller.rb

destroy

GroupsController#add_users

#111 in app/controllers/groups_controller.rb

add_users

GroupsController#remove_user

#126 in app/controllers/groups_controller.rb

remove_user

GroupsController#autocomplete_for_user

#135 in app/controllers/groups_controller.rb

autocomplete_for_user

GroupsController#edit_membership

#141 in app/controllers/groups_controller.rb

edit_membership

GroupsController#destroy_membership

#164 in app/controllers/groups_controller.rb

destroy_membership