lib/jets/inflections.rb in jets-1.6.1 vs lib/jets/inflections.rb in jets-1.6.2

- old
+ new

@@ -22,10 +22,10 @@ } end # User defined custom inflections def custom - path = "#{Jets.root}config/inflections.yml" + path = "#{Jets.root}/config/inflections.yml" File.exist?(path) ? YAML.load_file(path) : {} end end end end