Sha256: 7c14bff2e480531478d8270efe6c5d91ef72e813e4482ab6a1a1140f3f8cbb3d

Contents?: true

Size: 196 Bytes

Versions: 11

Compression:

Stored size: 196 Bytes

Contents

json.meta do
  json.total_count @custom_model_klasses.count
  json.page params[:page]
  json.per_page 10
end
json.results @custom_model_klasses do |result|
  json.id result
  json.text result
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alchemy-custom-model-3.2 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.5 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.4 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.3 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.2 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.1 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.1.0 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-2.2.2 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-3.0.0 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-2.2.1 app/views/alchemy/admin/nodes/custom_models.json.jbuilder
alchemy-custom-model-2.2.0 app/views/alchemy/admin/nodes/custom_models.json.jbuilder