Sha256: 0a3d2f29f6699d907472c4d4bd81a11364617eedccca0cac7b109568dee15590

Contents?: true

Size: 196 Bytes

Versions: 11

Compression:

Stored size: 196 Bytes

Contents

json.meta do
  json.total_count @custom_model_methods.count
  json.page params[:page]
  json.per_page 10
end
json.results @custom_model_methods 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_methods.json.jbuilder
alchemy-custom-model-3.1.5 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.1.4 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.1.3 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.1.2 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.1.1 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.1.0 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-2.2.2 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-3.0.0 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-2.2.1 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder
alchemy-custom-model-2.2.0 app/views/alchemy/admin/nodes/custom_models_methods.json.jbuilder