Method: Pageflow::Configuration#enable_features

Defined in:
lib/pageflow/configuration.rb

#enable_features(names) ⇒ 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.



275
276
277
# File 'lib/pageflow/configuration.rb', line 275

def enable_features(names)
  features.enable(names, FeatureLevelConfiguration.new(self))
end