class ActiveRegulation::Railtie

Public Instance Methods

path(locale) click to toggle source
# File lib/active_regulation.rb, line 21
def path(locale)
  File.expand_path("../../config/locales/#{locale}.yml", __FILE__)
end