Class: ViewComponentReflex::Engine

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

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



36
37
38
# File 'lib/view_component_reflex/engine.rb', line 36

def self.configure
  yield self if block_given?
end