Commit 8ee581e4 by Kevin Chugh

got flagging to work

parent ea324f71
1354476788
CommentThread /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb class CommentThread
Content /home/kevin/mitx_all/cs_comments_service/models/content.rb class Content
RE_CHAR /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_CHAR =
RE_ENDCHAR /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_ENDCHAR =
RE_ENDONLYCHAR /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_ENDONLYCHAR =
RE_HEADCHAR /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_HEADCHAR =
RE_TAG /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_TAG =
RE_WORD /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb RE_WORD =
activity_overall /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def activity_overall;
activity_since /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def activity_since(from_time=nil)
activity_this_month /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def activity_this_month;
activity_this_week /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def activity_this_week;
activity_today /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def activity_today;
author_contents_only /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def author_contents_only(contents, author_id)
author_with_anonymity /home/kevin/mitx_all/cs_comments_service/models/content.rb def author_with_anonymity(attr=nil, attr_when_anonymous=nil)
bool_anonymous /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_anonymous
bool_anonymous_to_peers /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_anonymous_to_peers
bool_auto_subscribe /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_auto_subscribe
bool_complete /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_complete
bool_mark_as_read /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_mark_as_read
bool_recursive /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def bool_recursive
comment /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def comment
commentable /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def commentable
commentable /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def commentable
destroy_subscriptions /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def destroy_subscriptions
endorsed? /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def endorsed?
flag_as_abuse /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def flag_as_abuse(obj)
handle_paged_threads_query /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def handle_paged_threads_query(paged_comment_threads)
handle_threads_query /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def handle_threads_query(comment_threads)
new_dumb_thread /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def self.new_dumb_thread(options={})
perform_search /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def self.perform_search(params, options={})
root_comments /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def root_comments
search_result_to_hash /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def self.search_result_to_hash(result, params={})
set_last_activity_at /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def set_last_activity_at
source /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def source
subscribers /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def subscribers
subscriptions /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def subscriptions
tag_name_valid? /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def self.tag_name_valid?(tag)
tag_names_unique /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def tag_names_unique
tag_names_valid /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def tag_names_valid
thread /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def thread
to_hash /home/kevin/mitx_all/cs_comments_service/models/comment_thread.rb def to_hash(params={})
un_flag_as_abuse /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def un_flag_as_abuse(obj)
undo_vote_for /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def undo_vote_for(obj)
user /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def user
value_to_boolean /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def value_to_boolean(value)
vote_for /home/kevin/mitx_all/cs_comments_service/lib/helpers.rb def vote_for(obj)
1354494516
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