Created by: gracewashere
Problem:
By default, Hound ignores db/schema.rb
because it's a generated file.
When we moved our demo app into spec/example_app
,
Hound started paying attention to the schema file.
Solution:
Add a custom .ruby-style
file
that ignores the schema file in its new location.