Skip to content

Commit

Permalink
Merge pull request #209 from edx/robrap/add_traces
Browse files Browse the repository at this point in the history
Add method tracing inside user.
  • Loading branch information
robrap authored Sep 29, 2016
2 parents 5ae88da + 2d2c912 commit fe3f570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def mark_as_read(thread)
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

Expand Down

0 comments on commit fe3f570

Please sign in to comment.