Sha256: 680e62455261c26ae1e07511a370091da2bf41761a9129b88d03cdc41996521d

Contents?: true

Size: 163 Bytes

Versions: 4

Compression:

Stored size: 163 Bytes

Contents

class BookGridWithPersistence < BookGrid

  override_column :author__name, :included => false

  def default_config
    super.merge :persistence => true
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/book_grid_with_persistence.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/book_grid_with_persistence.rb