Readme.md update and README.rdoc deleted

James Peret 10 gadi atpakaļ
vecāks
revīzija
962c92d65d
2 mainītis faili ar 1 papildinājumiem un 28 dzēšanām
  1. 0 28
      README.rdoc
  2. 1 0
      readme.md

+ 0 - 28
README.rdoc

@@ -1,28 +0,0 @@
1
-== README
2
-
3
-This README would normally document whatever steps are necessary to get the
4
-application up and running.
5
-
6
-Things you may want to cover:
7
-
8
-* Ruby version
9
-
10
-* System dependencies
11
-
12
-* Configuration
13
-
14
-* Database creation
15
-
16
-* Database initialization
17
-
18
-* How to run the test suite
19
-
20
-* Services (job queues, cache servers, search engines, etc.)
21
-
22
-* Deployment instructions
23
-
24
-* ...
25
-
26
-
27
-Please feel free to use a different markup language if you do not plan to run
28
-<tt>rake doc:app</tt>.

+ 1 - 0
readme.md

@@ -71,6 +71,7 @@ rails g model mission_candidate user:reference mission_agent:reference status:in
71 71
 ```
72 72
 
73 73
 # Undone
74
+
74 75
 ```shell
75 76
 rails g model agent_reward mission_agent:reference category:string title:string description:text img:string
76 77
 ```