Class: WhoAmI::Function::LoadInflections

Inherits:
Object
  • Object
show all
Includes:
ProcParty
Defined in:
lib/who_am_i/function/load_inflections.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
9
10
# File 'lib/who_am_i/function/load_inflections.rb', line 6

def call
  if File.exist?("config/initializers/inflections.rb")
    load "config/initializers/inflections.rb"
  end
end