Sha256: 725f0f61e4f963b0f3be64eabea29b94edf9b76f9849ebd179eea1bdebcdc357

Contents?: true

Size: 186 Bytes

Versions: 4

Compression:

Stored size: 186 Bytes

Contents

#
# ishapi / features / _index
#

json.n_features features.count
json.features do
  json.array! features do |feature|
    json.id   feature.id.to_s
    json.name feature.name
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ishapi-0.1.8.18 app/views/ishapi/features/_index.jbuilder
ishapi-0.1.8.17 app/views/ishapi/features/_index.jbuilder
ishapi-0.1.8.16 app/views/ishapi/features/_index.jbuilder
ishapi-0.1.8.15 app/views/ishapi/features/_index.jbuilder