Commit dc349a9
Changed files (1)
app
models
app/models/recommendation.rb
@@ -1,4 +1,8 @@
class Recommendation < ApplicationRecord
+ attribute :duration, :integer
+ attribute :sets, :integer
+ attribute :repetitions, :integer
+ attribute :duration, :integer
belongs_to :exercise
belongs_to :routine
delegate :name, to: :exercise