[Source]
# File lib/user_monitor.rb, line 13 13: def user_monitor 14: class_eval do 15: alias :created_by :created_by_with_user 16: alias :updated_by :updated_by_with_user 17: end 18: end
[Validate]