jam-cloud/ruby/lib/jam_ruby/lib/app_config.rb

16 lines
181 B
Ruby

module JamRuby
module AppConfig
extend ActiveSupport::Concern
included do
end
module ClassMethods
end
def app_config
APP_CONFIG
end
end
end