[logaling-commit] logaling/logaling-server [github-project-related-to-user] Change param object to id

Back to archive index

SUZUKI Miho null+****@clear*****
Fri Sep 21 19:05:26 JST 2012


SUZUKI Miho	2012-09-21 19:05:26 +0900 (Fri, 21 Sep 2012)

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

  Merged 971b851: Merge pull request #14 from logaling/prioritize-the-search

  Log:
    Change param object to id

  Modified files:
    app/views/dashboard/show.html.haml

  Modified: app/views/dashboard/show.html.haml (+1 -1)
===================================================================
--- app/views/dashboard/show.html.haml    2012-09-21 18:56:05 +0900 (82b72d0)
+++ app/views/dashboard/show.html.haml    2012-09-21 19:05:26 +0900 (44d0f06)
@@ -8,5 +8,5 @@
           = user_glossary.glossary_name
           = user_glossary.source_language
           = user_glossary.target_language
-          = link_to "Show", user_glossary_path(current_user, user_glossary)
+          = link_to "Show", user_glossary_path(current_user, user_glossary.id)
           = link_to "☆", user_config_path(current_user, user_glossary.to_param), method: :put
-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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