Sha256: 0de1657d362572ea2d844d4cdcd75ce5cfd9f5204c5ded4e605cf3fb780d1d4f

Contents?: true

Size: 461 Bytes

Versions: 16

Compression:

Stored size: 461 Bytes

Contents

Project:
  fields:
    default: name, user
    form: name, user
  relationships: collaborators
  application: HasManyThrough
  filters: user

ProjectCollaborator:
  fields:
    default: user
    form: user, project
  filters: project, user
  application: HasManyThrough

User:
  fields:
    default: name, email
    list: name, email, projects
  relationships: projects #, third_party_projects
  application: HasManyThrough
  filters: projects
  order_by: name

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typus-3.0.11.rc5 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.11.rc4 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.11.rc3 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc7 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc6 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc5 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc4 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc3 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc2 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.11.rc2 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.11.rc1 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.1.0.rc1 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.10 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.9 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.8 test/fixtures/rails_app/config/typus/has_many_through.yml
typus-3.0.7 test/fixtures/rails_app/config/typus/has_many_through.yml