aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/info_request_batch_controller.rb
blob: 1e1030b53584309cc677105a7e00068fa18edfaa (plain)
1
2
3
4
5
6
7
class InfoRequestBatchController < ApplicationController

    def show
        @info_request_batch = InfoRequestBatch.find(params[:id])
    end

end