Sha256: 0ca99cf8e4ad1878d3377b9d8f8d5aa57503cadbfe3d789677b0e024c39b409b

Contents?: true

Size: 317 Bytes

Versions: 24

Compression:

Stored size: 317 Bytes

Contents

json.(dashboard,:id,:user_id,:name,:description)
json.createdAt dashboard.created_at.to_i
json.modifiedAt dashboard.updated_at.to_i
json.children dashboard.children do |child|
  json.(child,:id,:user_id,:name,:description)
  json.createdAt dashboard.created_at.to_i
  json.modifiedAt dashboard.updated_at.to_i
end


Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rearview-1.2.3-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.2.2.rc.2-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.2.2.rc.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.2.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.2.0-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.1.2-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.1.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.1.0-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.3.rc.4-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.3.rc.3-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.3.rc.2-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.3.rc.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.2-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.2.rc.4-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.2.rc.3-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.2.rc.2-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.2.rc.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.1-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.0-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder
rearview-1.0.0.rc5-jruby app/views/rearview/dashboards/_dashboard.json.jbuilder