Sha256: 53b57ae2d434a1eea029f2eecf97e5c58554f56fd80781ec10f22d73acd2a5c4

Contents?: true

Size: 141 Bytes

Versions: 14

Compression:

Stored size: 141 Bytes

Contents

class BookSearchPanel < Netzke::Basepack::SearchPanel
  def default_config
    super.merge(:model => "Book", :persistence => true)
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
netzke-basepack-0.8.2 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.7 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.2 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.7.1 test/basepack_test_app/app/components/book_search_panel.rb
netzke-basepack-0.6.5 test/rails_app/app/components/book_search_panel.rb
netzke-basepack-0.7.0 test/rails_app/app/components/book_search_panel.rb
netzke-basepack-0.6.4 test/rails_app/app/components/book_search_panel.rb