Sha256: 3716da2c3399d9f8605e9840557c448bb657faf663e8f8015d5415c8111a01f1
Contents?: true
Size: 267 Bytes
Versions: 20
Compression:
Stored size: 267 Bytes
Contents
api.array :<%= model_name_pluralize_underscored %>, api_meta(total_count: @entity_count, offset: @offset, limit: @limit) do @entities.each do |<%= model_name_underscored %>| render_api_<%= model_name_underscored %>(api, <%= model_name_underscored %>) end end
Version data entries
20 entries across 20 versions & 1 rubygems