Class: RailsOmnibar::HtmlController
- Inherits:
-
BaseController
- Object
- ActionController::API
- BaseController
- RailsOmnibar::HtmlController
- Defined in:
- app/controllers/rails_omnibar/html_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
Instance Method Details
#show ⇒ Object
2 3 4 |
# File 'app/controllers/rails_omnibar/html_controller.rb', line 2 def show render html: .render(self) end |