Method: Jets::Inflections.custom

Defined in:
lib/jets/inflections.rb

.customObject

User defined custom inflections



26
27
28
29
# File 'lib/jets/inflections.rb', line 26

def custom
  path = "#{Jets.root}/config/inflections.yml"
  File.exist?(path) ? YAML.load_file(path) : {}
end