Sha256: b469824eb1dd468c089fd57ef3103c2948c05a818c3c05cecc4cbfcfb881baab

Contents?: true

Size: 164 Bytes

Versions: 5

Compression:

Stored size: 164 Bytes

Contents

class BookGridWithPersistence < BookGrid
  column :author__name do |c|
    c.excluded = true
  end

  def configure(c)
    c.persistence = true
    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_grid_with_persistence.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/book_grid_with_persistence.rb