Class: Pageflow::Admin::FeaturesTab

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

Overview

Since:

  • 12.2

Instance Method Summary collapse

Instance Method Details

#build(resource) ⇒ Object

Since:

  • 12.2



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