Module: DrawErd

Defined in:
lib/draw_erd.rb,
lib/draw_erd/engine.rb,
lib/draw_erd/default.rb,
lib/draw_erd/version.rb,
lib/draw_erd/configure.rb,
app/models/draw_erd/diagram.rb,
app/helpers/draw_erd/application_helper.rb,
app/controllers/draw_erd/diagram_controller.rb,
app/controllers/draw_erd/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, Configure, Default Classes: ApplicationController, Diagram, DiagramController, Engine

Constant Summary collapse

VERSION =
'0.4.0'.freeze

Class Method Summary collapse

Class Method Details

.configObject



12
13
14
# File 'lib/draw_erd.rb', line 12

def config
  DrawErd::Configure
end

.configure {|DrawErd::Configure| ... } ⇒ Object

Yields:



8
9
10
# File 'lib/draw_erd.rb', line 8

def configure
  yield DrawErd::Configure
end