Class: DevToolbar::ErdController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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