class API::Reporting::TotalsController
Constants
- COMMUNITY_LOCATION_TYPES
- FILTERS
- FLU_SPECIFIC_METRIC_HEADERS
- GROUPS
- GROUP_HEADERS
- METRIC_HEADERS
- SCHOOL_LOCATION_TYPES
Public Instance Methods
Source
# File app/controllers/api/reporting/totals_controller.rb, line 50 def index respond_to do |format| format.csv { render_format_csv } format.any { render_format_json } end end