We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bd07b commit dc2094bCopy full SHA for dc2094b
rails/truncate-almost-all-tables.md
@@ -14,6 +14,6 @@ For instance, if we have a standard set of roles for users of our
14
application, we can except that table from truncation with a line like the
15
following in our `rails_helper.rb` file:
16
17
-```
+```ruby
18
DatabaseCleaner.strategy = :truncation, {:except => %w[roles]}
19
```
0 commit comments