Method: Pageflow::EntryTypeConfiguration#initialize

Defined in:
lib/pageflow/entry_type_configuration.rb

#initialize(config, entry_type) ⇒ 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:

  • 15.1



7
8
9
10
# File 'lib/pageflow/entry_type_configuration.rb', line 7

def initialize(config, entry_type)
  @config = config
  @features = FeaturesDelegator.new(config, entry_type)
end