Add more workouts functionality and tests
This commit is contained in:
parent
10d4075f48
commit
456a071bf3
8 changed files with 114 additions and 18 deletions
|
@ -1,2 +1,3 @@
|
|||
class Workout < ActiveRecord::Base
|
||||
validates :date, :presence => true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue