• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

Voice data server for navigation voice changer app.


Commit MetaInfo

Révisioned68a48cd9081bf4e6800d03784055e5bb8ef1f7 (tree)
l'heure2013-10-26 05:00:11
AuteurHMML <hmml3939@gmai...>
CommiterHMML

Message de Log

Add time on news json index.

Change Summary

Modification

--- 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