Sha256: 196733e6ded3286f5b51749782ff75c1df07d4503171c6b4d66907106d52fa36

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

class BookGridWithExcludedColumns < Netzke::Basepack::Grid
  model "Book"

  column :notes do |c|
    c.excluded = true
  end

  column :exemplars do |c|
    c.excluded = 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/book_grid_with_excluded_columns.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/book_grid_with_excluded_columns.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/book_grid_with_excluded_columns.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/book_grid_with_excluded_columns.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/book_grid_with_excluded_columns.rb