fix for #606, renamed resource to in the template

This commit is contained in:
Tony Tam
2014-09-23 10:00:03 -07:00
parent 2eabeb667a
commit af6eed4eb4
4 changed files with 12 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ class ResourceView extends Backbone.View
methods = {}
if @model.description
@model.summary = @model.description
# Render each operation
for operation in @model.operationsArray
counter = 0