tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Use `Pathname#new` instead of `Pathname()` #533

Closed seanpdoyle closed 7 years ago

seanpdoyle commented 7 years ago

Although it works the same way, Pathname(...) is an unfamiliar and surprising syntax.

This commit changes all occurrences to use the constructor.