Class: ViewComponentTestController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/panda/core/testing/view_component_test_controller.rb

Overview

Simple controller for ViewComponent testing

Instance Method Summary collapse

Instance Method Details

#helpersObject

Make helpers available



16
17
18
# File 'lib/panda/core/testing/view_component_test_controller.rb', line 16

def helpers
  ActionController::Base.helpers
end