jam-cloud/web/app/views/api_teacher_distributions/index.rabl

12 lines
213 B
Ruby

node :next do |page|
@next
end
node :entries do |page|
partial "api_teacher_distributions/show", object: @teacher_distributions
end
node :total_entries do |page|
@teacher_distributions.total_entries
end