Scaffold error_templates UI
This commit is contained in:
4
app/views/error_templates/index.json.jbuilder
Normal file
4
app/views/error_templates/index.json.jbuilder
Normal 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
|
Reference in New Issue
Block a user