Commit 90f5e307 authored by Joran Minjon's avatar Joran Minjon

Enable->disable squash_and_merge.md

parent 87d6abca
...@@ -134,7 +134,7 @@ To disable it: ...@@ -134,7 +134,7 @@ To disable it:
```ruby ```ruby
# Instance-wide # Instance-wide
Feature.enable(:squash_options) Feature.disable(:squash_options)
# or by project # or by project
Feature.disable(:squash_options, Project.find(<project id>)) Feature.disable(:squash_options, Project.find(<project id>))
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment