lib/feature_gate.rb in feature_gate-0.0.8 vs lib/feature_gate.rb in feature_gate-0.0.9
- old
+ new
@@ -1,11 +1,5 @@
-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