Method: Pageflow::Admin::CustomScopesRenderer#build

Defined in:
app/views/components/pageflow/admin/custom_scopes_renderer.rb

#build(scopes, options = {}) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 12.2



7
8
9
10
# File 'app/views/components/pageflow/admin/custom_scopes_renderer.rb', line 7

def build(scopes, options = {})
  @default_scope = options.delete(:default_scope)
  super
end