diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-02-20 17:13:51 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-02-20 17:13:51 -0500 |
commit | cd1fabe40ca4d290df33a2590f3a1f2072103972 (patch) | |
tree | 98afd236e1d14e892602304e739fc65d450a43fd /app/views/alerts/show.json.jbuilder | |
parent | c14d0327a631a4321464c7c1e250d75458e13f49 (diff) |
fix datatype names in generate.sh
Diffstat (limited to 'app/views/alerts/show.json.jbuilder')
-rw-r--r-- | app/views/alerts/show.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/alerts/show.json.jbuilder b/app/views/alerts/show.json.jbuilder index 83fe24a..95481eb 100644 --- a/app/views/alerts/show.json.jbuilder +++ b/app/views/alerts/show.json.jbuilder @@ -1 +1 @@ -json.extract! @alert, :id, :author, :message, :created_at, :updated_at +json.extract! @alert, :id, :author_id, :message, :created_at, :updated_at |