Module: HasHelpers::Controller
- Includes:
- XlsxExport
- Defined in:
- app/controllers/has_helpers/controller.rb
Constant Summary
Constants included from XlsxExport
XlsxExport::AXLSX_SHEET_NAME_BYTE_LIMIT, XlsxExport::AXLSX_SHEET_NAME_CHARMAP, XlsxExport::VALID_AXLSX_VALUES
Instance Method Summary collapse
Methods included from XlsxExport
Instance Method Details
#base_path ⇒ Object
10 11 12 |
# File 'app/controllers/has_helpers/controller.rb', line 10 def base_path @base_path ||= request.path_info.split("/")[1].to_s end |