socialforge/app/api/mobile/entities/exercise.rb

9 lines
148 B
Ruby

module Mobile
module Entities
class Exercise < Grape::Entity
expose :exercise_name
expose :exercise_description
end
end
end