Sha256: 500a485edbe0cb334ef1b0c3143907a4911ba9f4566cf445b4a5d8d02901617b
Contents?: true
Size: 223 Bytes
Versions: 9
Compression:
Stored size: 223 Bytes
Contents
class BookWithCustomPrimaryKeyGrid < Netzke::Basepack::GridPanel js_property :title, "Books (model with non-standard id)" def default_config super.merge( :model => "BookWithCustomPrimaryKey" ) end end
Version data entries
9 entries across 9 versions & 2 rubygems