Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
cs_comments_service
Commits
a071e152
Commit
a071e152
authored
Mar 13, 2013
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comments for now, b/c they're just placeholders
parent
ebd9502c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
api/pins.rb
+0
-8
models/comment.rb
+0
-1
No files found.
api/pins.rb
View file @
a071e152
...
...
@@ -6,10 +6,3 @@ put "#{APIPREFIX}/threads/:thread_id/unpin" do |thread_id|
unpin
thread
end
put
"
#{
APIPREFIX
}
/comments/:comment_id/pin"
do
|
thread_id
|
pin
comment
end
put
"
#{
APIPREFIX
}
/comments/:comment_id/unpin"
do
|
thread_id
|
unpin
comment
end
\ No newline at end of file
models/comment.rb
View file @
a071e152
...
...
@@ -15,7 +15,6 @@ class Comment < Content
field
:anonymous
,
type:
Boolean
,
default:
false
field
:anonymous_to_peers
,
type:
Boolean
,
default:
false
field
:at_position_list
,
type:
Array
,
default:
[]
field
:pinned
,
type:
Boolean
index
({
author_id:
1
,
course_id:
1
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment