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