Class: PartiesController

Inherits:
ApplicationController show all
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_chartObject



5
6
7
# File 'app/controllers/parties_controller.rb', line 5

def burn_down_chart
  send_burn_down_chart Chart::NORMAL
end

#burn_down_chart_largeObject



13
14
15
# File 'app/controllers/parties_controller.rb', line 13

def burn_down_chart_large
  send_burn_down_chart Chart::LARGE
end

#burn_down_chart_thumbnailObject



9
10
11
# File 'app/controllers/parties_controller.rb', line 9

def burn_down_chart_thumbnail
  send_burn_down_chart Chart::THUMBNAIL
end