This website requires JavaScript.
Explore
Help
Sign In
tsv
/
Soc
Watch
1
Star
0
Fork
You've already forked Soc
0
Code
Issues
4
Pull Requests
1
Actions
Wiki
Activity
4d53c8dd46
Soc
/
app
/
models
/
exercise.rb
5 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add exercises
2023-12-29 11:44:35 +00:00
class
Exercise
<
ApplicationRecord
Diary entry basic functionality Entries can be created, edited and viewed.
2023-12-29 14:27:09 +00:00
belongs_to
:exercise_type
Add diary entry to exercise
2023-12-29 12:17:57 +00:00
belongs_to
:diary_entry
Add exercises
2023-12-29 11:44:35 +00:00
end