Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
PrintableController, StaticPagesController, UrlDataModelController, UsersController
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
4 5 6 |
# File 'app/controllers/application_controller.rb', line 4 def hello render html: "hello, world!" end |