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

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.2 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.1 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.7.0 test/rails_app/app/components/book_with_custom_primary_key_grid.rb