Class: RailsOmnibar::HtmlController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/rails_omnibar/html_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#omnibar

Instance Method Details

#showObject



2
3
4
# File 'app/controllers/rails_omnibar/html_controller.rb', line 2

def show
  render html: omnibar.render(self)
end