質問編集履歴
1
memo/app/controllers/static_pages_controller.rbを省略せずに載せました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -656,17 +656,21 @@
|
|
656
656
|
|
657
657
|
|
658
658
|
|
659
|
-
|
659
|
+
def help
|
660
|
-
|
661
|
-
|
660
|
+
|
662
|
-
|
663
|
-
|
661
|
+
end
|
662
|
+
|
663
|
+
|
664
|
+
|
664
|
-
|
665
|
+
def about
|
666
|
+
|
665
|
-
|
667
|
+
end
|
668
|
+
|
669
|
+
|
670
|
+
|
666
|
-
|
671
|
+
def contact
|
672
|
+
|
667
|
-
|
673
|
+
end
|
668
|
-
|
669
|
-
|
670
674
|
|
671
675
|
end
|
672
676
|
|