Class: DevToolbar::ErdController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/dev_toolbar/erd_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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