Class: Satis::AppearanceSwitcher::Component

Inherits:
Satis::ApplicationComponent show all
Defined in:
app/components/satis/appearance_switcher/component.rb

Instance Attribute Summary

Attributes inherited from Satis::ApplicationComponent

#original_view_context

Instance Method Summary collapse

Methods inherited from Satis::ApplicationComponent

add_helper, #component_name

Constructor Details

#initialize(**options) ⇒ Component

Returns a new instance of Component.



6
7
8
# File 'app/components/satis/appearance_switcher/component.rb', line 6

def initialize(**options)
  super
end