提交 2bf89b55 编写于 作者: A Ammar Alakkad

Add enable feature flag in development to feature_flags.md

上级 c256adb7
......@@ -247,3 +247,19 @@ else
puts "hello, world!"
end
```
## Enable a feature flag in development
In the terminal, go to `gitlab` folder and run:
```bash
rails console
```
Then add:
```ruby
Feature.enable(:feature_name)
```
Replace `feature_name` with the feature that you want to enable.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册