Browse Source

Prevent statement from being passed as get var

Andrew Kane 8 năm trước cách đây
mục cha
commit
acdbbd924c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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]
       )