Class: DevToolbar::ErdController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- DevToolbar::ErdController
- Defined in:
- app/controllers/dev_toolbar/erd_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/dev_toolbar/erd_controller.rb', line 5 def show @erd_path = Rails.root.join("erd.png") render "dev_toolbar/erd/show", formats: [:html] end |