class Bootinq::Mountable
Public Instance Methods
engine()
click to toggle source
# File lib/bootinq/component.rb, line 87 def engine Object.const_get(module_name)::Engine end
mountable?()
click to toggle source
# File lib/bootinq/component.rb, line 83 def mountable? true end