Class: Pageflow::Admin::FeaturesTab

Inherits:
ViewComponent
  • Object
show all
Defined in:
app/views/components/pageflow/admin/features_tab.rb

Instance Method Summary collapse

Methods inherited from ViewComponent

builder_method

Instance Method Details

#build(resource) ⇒ Object



4
5
6
7
# File 'app/views/components/pageflow/admin/features_tab.rb', line 4

def build(resource)
  feature_target = resource.is_a?(Theming) ? resource. : resource
  render('admin/features/form', resource: feature_target)
end