[logaling-commit] logaling/logaling-server [show-terms-of-glossary] Generate GlossariesController

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jul 12 17:36:43 JST 2012


SUZUKI Miho	2012-07-12 17:36:43 +0900 (Thu, 12 Jul 2012)

  New Revision: db62d3ce6bd3793ff4b60deb6d72257705b0cc69
  https://github.com/logaling/logaling-server/commit/db62d3ce6bd3793ff4b60deb6d72257705b0cc69

  Log:
    Generate GlossariesController

  Added files:
    app/controllers/glossaries_controller.rb
    app/helpers/glossaries_helper.rb
    app/views/glossaries/show.html.haml

  Added: app/controllers/glossaries_controller.rb (+4 -0) 100644
===================================================================
--- /dev/null
+++ app/controllers/glossaries_controller.rb    2012-07-12 17:36:43 +0900 (bc89ca3)
@@ -0,0 +1,4 @@
+class GlossariesController < ApplicationController
+  def show
+  end
+end

  Added: app/helpers/glossaries_helper.rb (+2 -0) 100644
===================================================================
--- /dev/null
+++ app/helpers/glossaries_helper.rb    2012-07-12 17:36:43 +0900 (879f3c5)
@@ -0,0 +1,2 @@
+module GlossariesHelper
+end

  Added: app/views/glossaries/show.html.haml (+2 -0) 100644
===================================================================
--- /dev/null
+++ app/views/glossaries/show.html.haml    2012-07-12 17:36:43 +0900 (c4fb80f)
@@ -0,0 +1,2 @@
+%h1 Glossaries#show
+%p Find me in app/views/glossaries/show.html.haml
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



More information about the logaling-commit mailing list
Back to archive index