Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Created May 25, 2014 07:54
Show Gist options
  • Save ashrafuzzaman/81d74b7c677ccfe0c7b9 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/81d74b7c677ccfe0c7b9 to your computer and use it in GitHub Desktop.
Share language files from a rails plugin
module Commission
class Engine < ::Rails::Engine
config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.{rb,yml}')]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment