Sha256: 668957a6e6a4e120abcc047aee85b8c7f048537205f771d1d7150c7519c5313b
Contents?: true
Size: 204 Bytes
Versions: 16
Compression:
Stored size: 204 Bytes
Contents
require 'cms_common_drop' module Cms class ParamsDrop < CommonDrop # type needs to be special cased def type @record[:type] end def url @record[:url] end end end
Version data entries
16 entries across 16 versions & 1 rubygems