Class: Bootinq::Mountable
- Defined in:
- lib/bootinq/component.rb
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from Bootinq::Component
Instance Method Details
#engine ⇒ Object
87 88 89 |
# File 'lib/bootinq/component.rb', line 87 def engine Object.const_get(module_name)::Engine end |
#mountable? ⇒ Boolean
83 84 85 |
# File 'lib/bootinq/component.rb', line 83 def mountable? true end |