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

9 lines
148 B
Ruby
Raw Normal View History

2016-06-27 16:03:07 +08:00
module Mobile
module Entities
class Exercise < Grape::Entity
expose :exercise_name
expose :exercise_description
end
end
end