Class: Bp3::Hello::Engine::HelloController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Bp3::Hello::Engine::HelloController
- Defined in:
- app/controllers/bp3/hello/engine/hello_controller.rb
Instance Method Summary collapse
Instance Method Details
#engine ⇒ Object
17 18 19 20 |
# File 'app/controllers/bp3/hello/engine/hello_controller.rb', line 17 def engine @title = I18n.t('hello.engine') @message = 'Success!' end |