Component Registry
Custom component registry
module Components::Registry
Matestack::Ui::Core::Component::Registry.register_components(
#...
some_component: Some::Component,
#...
)
endclass ApplicationController < ActionController::Base
include Matestack::Ui::Core::ApplicationHelper
include Components::Registry
endLast updated
Was this helpful?