module OfficeClerk

Constants

VERSION

Public Class Methods

config(key) click to toggle source

Configuration is stored in locale/config.yml under the main key (ie “locale”) config You can add to it, or redifine it, just like you do to locale data, by adding a locale file to your app

with config locale and the keys you need
# File lib/office_clerk.rb, line 26
def self.config key
  I18n.t(key , :locale => :config)
end