class Traject::TranslationMap::NotFound

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/traject/translation_map.rb, line 251
def initialize(path)
  super("No translation map definition file found at 'translation_maps/#{path}.[rb|yaml|properties]' in load path: #{$LOAD_PATH}")
end