require 'active_support/dependencies' module FeatureGate # Our host application root path # We set this when the engine is initialized mattr_accessor :app_root # Yield self on setup for nice config blocks def self.setup yield self end end require 'feature_gate/engine'