class Pageflow::Countastic::Plugin

Public Instance Methods

configure(config) click to toggle source
# File lib/pageflow/countastic/plugin.rb, line 6
def configure(config)
  config.features.register("pageflow_countastic") do |feature_config|
    feature_config.widget_types.register(Pageflow::Countastic.widget_type)
  end
end