Sha256: 7acd79ef9585077f9ea594d62e46c940c31d2be868abb32199ef58852d3ccf11

Contents?: true

Size: 193 Bytes

Versions: 5

Compression:

Stored size: 193 Bytes

Contents

class BookWithCustomPrimaryKeyGrid < Netzke::Basepack::Grid

  def configure(c)
    c.title = "Books (model with non-standard id)"
    c.model = "BookWithCustomPrimaryKey"
    super
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netzke-basepack-0.8.4 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/book_with_custom_primary_key_grid.rb