Sha256: e3b6c2a0b138be129fcc4cf25f5485079ba8bd9cb601733e0c6d0042ed9828bf

Contents?: true

Size: 154 Bytes

Versions: 15

Compression:

Stored size: 154 Bytes

Contents

class UserFormWithDefaultFields < Netzke::Basepack::FormPanel
  config do
    {
      :model => 'User',
      :record_id => User.first.id
    }
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.2 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.1 test/basepack_test_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.5 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.7.0 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.4 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.3 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.2 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.1 test/rails_app/app/components/user_form_with_default_fields.rb
netzke-basepack-0.6.0 test/rails_app/app/components/user_form_with_default_fields.rb