README.md in feature_gate-0.1.1 vs README.md in feature_gate-0.1.2
- old
+ new
@@ -14,9 +14,13 @@
Migrate to create the table in your DB:
rake db:migrate
+Add to `config/routes.rb`
+
+ mount FeatureGate::Engine, at: '/feature_gate'
+
## Usage
All gates are closed by default, meaning the features you gate will be hidden until you toggle the gates open.
In view files: