implement general params[:where] and eager loading of associations
[arvados.git] / app / controllers / pipeline_invocations_controller.rb
1 class PipelineInvocationsController < ApplicationController
2   def index
3     @objects = model_class.order("created_at desc")
4   end
5 end