Scaffold error_templates UI

This commit is contained in:
Maximilian Grundke
2017-07-12 10:11:52 +02:00
parent d779849e4a
commit 4d38195c99
14 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
json.array!(@error_templates) do |error_template|
json.extract! error_template, :id
json.url error_template_url(error_template, format: :json)
end