1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add ruby syntax highlighting

This commit is contained in:
jbranchaud
2016-03-01 19:38:52 -06:00
parent 91bd07b837
commit dc2094b1c2

View File

@@ -14,6 +14,6 @@ For instance, if we have a standard set of roles for users of our
application, we can except that table from truncation with a line like the
following in our `rails_helper.rb` file:
```
```ruby
DatabaseCleaner.strategy = :truncation, {:except => %w[roles]}
```