Method: Pageflow::Configuration#enable_all_features

Defined in:
lib/pageflow/configuration.rb

#enable_all_featuresObject

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.



675
676
677
# File 'lib/pageflow/configuration.rb', line 675

def enable_all_features
  features.enable_all(FeatureLevelConfiguration.new(self))
end