소스 검색

Prevent statement from being passed as get var

Andrew Kane 8 년 전
부모
커밋
acdbbd924c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/controllers/blazer/queries_controller.rb

+ 0 - 1
app/controllers/blazer/queries_controller.rb

@@ -13,7 +13,6 @@ module Blazer
 
     def new
       @query = Blazer::Query.new(
-        statement: params[:statement],
         data_source: params[:data_source],
         name: params[:name]
       )