Class: FComponents::Base

Inherits:
ViewComponent::Base
  • Object
show all
Extended by:
FSupport::Attributes
Includes:
ComponentsHelper
Defined in:
app/components/f_components/base.rb

Class Method Summary collapse

Methods included from ComponentsHelper

#component, #fcomponent

Class Method Details

.callObject



10
11
12
# File 'app/components/f_components/base.rb', line 10

def self.call(...)
  new(...)
end