質問編集履歴

1

追加

2018/05/16 18:07

投稿

ikyu
ikyu

スコア13

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,8 @@
24
24
 
25
25
 
26
26
 
27
+ top.html.erb
28
+
27
29
  ```top.html.erb
28
30
 
29
31
  <div class="gakunen-main">
@@ -40,7 +42,7 @@
40
42
 
41
43
  ```
42
44
 
43
-
45
+ show.html.erb
44
46
 
45
47
  ```show.html.erb
46
48
 
@@ -64,6 +66,8 @@
64
66
 
65
67
 
66
68
 
69
+ index.html.erb
70
+
67
71
  ```index.html.erb
68
72
 
69
73
  <div class="subject-main">
@@ -94,6 +98,8 @@
94
98
 
95
99
 
96
100
 
101
+ show.html.erb
102
+
97
103
  ```show.html.erb
98
104
 
99
105
  <div class="note-main">
@@ -202,6 +208,8 @@
202
208
 
203
209
 
204
210
 
211
+ routes
212
+
205
213
  ```routes
206
214
 
207
215
  Rails.application.routes.draw do
@@ -316,6 +324,8 @@
316
324
 
317
325
 
318
326
 
327
+ subjects_controller.rb
328
+
319
329
  ```subjects_controller.rb
320
330
 
321
331
  class SubjectsController < ApplicationController
@@ -352,6 +362,8 @@
352
362
 
353
363
 
354
364
 
365
+ years_controller.rb
366
+
355
367
  ``years_controller.rb
356
368
 
357
369
  class YearsController < ApplicationController