Sha256: b5c627bce7ba169dea2da98da4644abaabcc0aa26e32d1ee52ba77a61f9f7e94

Contents?: true

Size: 200 Bytes

Versions: 26

Compression:

Stored size: 200 Bytes

Contents

json.n_users users.count
json.users do
  json.array! users do |user|
    json.id       user.id.to_s
    json.username user.username
    json.name     user.name
    json.email    user.email
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ishapi-0.1.8.40 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.39 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.38 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.37 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.36 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.35 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.34 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.33 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.32 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.31 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.30 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.29 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.28 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.27 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.26 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.25 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.24 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.23 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.22 app/views/ishapi/users/_index.jbuilder
ishapi-0.1.8.21 app/views/ishapi/users/_index.jbuilder