Class: PartiesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PartiesController
- Defined in:
- app/controllers/parties_controller.rb
Constant Summary
Constants included from Localization
Localization::LOCALIZED_STRINGS
Instance Method Summary collapse
Methods inherited from ApplicationController
in_place_edit_for, #initialize
Methods included from ApplicationHelper
#back_or_link_to, #detour?, #detour_to, #display_notice, #h, #image_button_to, #image_detour_to, #image_link_to, #image_link_to_remote, #insert, #record, #resolution_image, #t, #update_task, #with_detour
Methods included from Localization
#l, load_localized_strings, #valid_language?
Constructor Details
This class inherits a constructor from ApplicationController
Instance Method Details
#burn_down_chart ⇒ Object
5 6 7 |
# File 'app/controllers/parties_controller.rb', line 5 def burn_down_chart send_burn_down_chart Chart::NORMAL end |