Sha256: bcefd1fa39b9e69bc7ddc7e750e4607abe452ec5506ff6b8d800c38d30a2c7f3

Contents?: true

Size: 563 Bytes

Versions: 24

Compression:

Stored size: 563 Bytes

Contents

project:
- name: string
- notes: text
- start_date: date
- end_date: date
- completed: boolean
- belongs_to: [user]
- has_many: [tasks]

location:
- name: string
- notes: text
- belongs_to: [user]
- has_many: [tasks]

task:
- name: string
- notes: text
- start_time: datetime
- end_time: datetime
- completed: boolean
- next_action: boolean
- belongs_to: [project, location, user]

note:
- content: text
- belongs_to: [user]

user:
- login: string
- first_name: string
- last_name: string
- email: string
- has_many: [tasks, projects, locations]
- has_one: [note]

Version data entries

24 entries across 24 versions & 6 rubygems

Version Path
captproton-restfulx-1.2.3 test/rails/model.yml
dima-restfulx-1.2.0 test/rails/model.yml
dima-restfulx-1.2.1 test/rails/model.yml
dima-restfulx-1.2.2 test/rails/model.yml
dima-restfulx-1.2.3 test/rails/model.yml
dima-restfulx-1.2.4 test/rails/model.yml
dima-ruboss4ruby-1.1.0 test/rails/model.yml
dima-ruboss4ruby-1.1.1 test/rails/model.yml
dima-ruboss4ruby-1.1.2 test/rails/model.yml
rlmattax-restfulx-1.2.4.1 test/rails/model.yml
restfulx-1.3.1 test/rails/model.yml
restfulx-1.3.0 test/rails/model.yml
restfulx-1.2.5 test/rails/model.yml
restfulx-1.2.3 test/rails/model.yml
restfulx-1.2.4 test/rails/model.yml
restfulx-1.2.2 test/rails/model.yml
restfulx-1.2.1 test/rails/model.yml
restfulx-1.2.0 test/rails/model.yml
ruboss4ruby-1.0.4 test/model.yml
ruboss4ruby-1.1.0 test/rails/model.yml