Sha256: 35d17893abecf4b504a65f51150f568cb22e7c0a9afea8768771b55cf5f804e3

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

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

  def columns
    [ :title, :author__first_name, :exemplars, :notes, :last_read_at, :digitized ]
  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_filtering.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/book_grid_filtering.rb