Commit fe3f5702 by Robert Raposa Committed by GitHub

Merge pull request #209 from edx/robrap/add_traces

Add method tracing inside user.
parents 5ae88da3 2d2c912d
......@@ -147,6 +147,8 @@ class User
add_method_tracer :subscribed_thread_ids
add_method_tracer :upvoted_ids
add_method_tracer :downvoted_ids
add_method_tracer :subscribe
add_method_tracer :mark_as_read
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment