entities.rb 224 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 require_dependency 'api/entities' module Api module Entities class Comment expose :paragraph_uuid expose :comment_paragraph_selected_area expose :comment_paragraph_selected_content end end end