-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Peeyush Goyal edited this page Aug 11, 2021
·
16 revisions
Welcome to the arike wiki!
Important Notes:
- Only Full Name field is required. We do not require First Name field.
- Where-ever addressing of user is required, Full name will be used
Technical:
- Use _form partial for creating forms.
- For edit and new use the above partial. (Example: you can checkout patients_controller.rb and views/patients)
- Run rails db:seed for creating sample data in database.
- Runnning rake db:setup will automatically create dummy data.
Database seeding:
Follow up on this page.
Testing:
Follow up on this page.
📌 Arike