
Support for internal as well as external users. Added column user_type and used it where necessary
2 lines
137 B
Ruby
2 lines
137 B
Ruby
json.extract! @request_for_comment, :id, :requestor_user_id, :exercise_id, :file_id, :requested_at, :created_at, :updated_at, :user_type
|