Sha256: 969c17ee9de5cf7bc553926bd66e609c2b140b000b42579cc59215bf75b41472

Contents?: true

Size: 140 Bytes

Versions: 5

Compression:

Stored size: 140 Bytes

Contents

class GridWithInlineData < Netzke::Basepack::Grid
  def configure(c)
    super
    c.model = "Book"
    c.load_inline_data = true
  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/grid_with_inline_data.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/grid_with_inline_data.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/grid_with_inline_data.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/grid_with_inline_data.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/grid_with_inline_data.rb