class TrustyCms::Config

def to_hash

def to_hash
  Hash[*all.map { |pair| [pair.key, pair.value] }.flatten]
end