Class: Namespace::AppAndPluginController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Namespace::AppAndPluginController
- Defined in:
- vendor/plugins/engines/test/app/controllers/namespace/app_and_plugin_controller.rb,
vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/app_and_plugin_controller.rb
Instance Method Summary
Instance Method Details
- (Object) an_action
2 3 4 |
# File 'vendor/plugins/engines/test/app/controllers/namespace/app_and_plugin_controller.rb', line 2 def an_action render_class_and_action 'from alpha_plugin' end |