Class: RocketDocs::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/rocket_docs/engine.rb

Class Method Summary collapse

Class Method Details

.setup(&block) ⇒ Object



13
14
15
16
17
18
# File 'lib/rocket_docs/engine.rb', line 13

def setup(&block)
  block.call(RocketDocs)
  {
    self => RocketDocs.url
  }
end