BigW Consortium Gitlab

queries_controller.rb 159 Bytes
Newer Older
1 2 3 4 5 6 7
module Sherlock
  class QueriesController < Sherlock::ApplicationController
    def show
      @query = @transaction.find_query(params[:id])
    end
  end
end