Sha256: f5e44c55adb1862e4625f58220f05ece6b4bbecb43383277d1399fc3e1cafc9c

Contents?: true

Size: 206 Bytes

Versions: 14

Compression:

Stored size: 206 Bytes

Contents

class GenericUserForm < Netzke::Basepack::FormPanel

  config do
    {
      :model => 'User',
      :title => 'Users',
      :record_id => User.first.id,
      :items => [:id, :first_name]
    }
  end

end

Version data entries

14 entries across 14 versions & 2 rubygems

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