method

locale_files

rails latest stable - Class: Rails::Plugin

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

locale_files()
public

No documentation available.

# File railties/lib/rails/plugin.rb, line 99
    def locale_files
      Dir[ File.join(locale_path, '*.{rb,yml}') ]
    end