Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an array instead of a regex (thoughtbot#814)
Rails calls String#start_with? on the precompile assets, yet Regex doesn't implement this method leading to an error.
- Loading branch information