Sha256: c78f48aafee1043089e81e151772f4ab4f25040dbdf80c29c214d4d3ab549604
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
require 'yaml' module ActiveadminPoroDecorator module Config class Reader def initialize @config = YAML.load_file('config/activeadmin-poro-decorator.yml') end def param(name) @config[name] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems