• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Voice data server for navigation voice changer app.


コミットメタ情報

リビジョンed68a48cd9081bf4e6800d03784055e5bb8ef1f7 (tree)
日時2013-10-26 05:00:11
作者HMML <hmml3939@gmai...>
コミッターHMML

ログメッセージ

Add time on news json index.

変更サマリ

差分

--- a/app/views/news/index.json.jbuilder
+++ b/app/views/news/index.json.jbuilder
@@ -1,4 +1,4 @@
11 json.array!(@news) do |news|
2- json.extract! news, :title, :body, :skip_headline
2+ json.extract! news, :title, :body, :skip_headline, :created_at
33 json.url news_url(news, format: :json)
44 end