debian-mirror-gitlab/app/controllers/sherlock/queries_controller.rb
2015-11-26 14:37:03 +05:30

8 lines
159 B
Ruby

module Sherlock
class QueriesController < Sherlock::ApplicationController
def show
@query = @transaction.find_query(params[:id])
end
end
end