Add milestone API docs to doc/README and views/help/api

Also removes `closed` attribute option from create action.
This commit is contained in:
Robert Speicher 2012-08-29 08:45:00 -04:00
parent 8d192adb38
commit 8a49cdc3b4
4 changed files with 14 additions and 4 deletions

View file

@ -63,3 +63,13 @@
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "issues.md"))
%br
.file_holder#milestones
.file_title
%i.icon-file
Milestones
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "milestones.md"))