Class: ViewComponentTestController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ViewComponentTestController
- Defined in:
- lib/panda/core/testing/view_component_test_controller.rb
Overview
Simple controller for ViewComponent testing
Instance Method Summary collapse
-
#helpers ⇒ Object
Make helpers available.
Instance Method Details
#helpers ⇒ Object
Make helpers available
16 17 18 |
# File 'lib/panda/core/testing/view_component_test_controller.rb', line 16 def helpers ActionController::Base.helpers end |