Sha256: 9590ad677291e00c293f199a6022999ec137680e50e01f5be38394baa1210e94
Contents?: true
Size: 264 Bytes
Versions: 27
Compression:
Stored size: 264 Bytes
Contents
module Netzke module Core # A very simple panel with an automatically set title. Can be used as a child component +klass+. class Panel < Netzke::Base def configure(c) c.title ||= name.to_s.humanize super end end end end
Version data entries
27 entries across 27 versions & 1 rubygems