class ActiveAudit::Railtie

Protected Class Methods

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