瀏覽代碼

Filter statement variable

Andrew Kane 9 年之前
父節點
當前提交
82ab8ad561
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controllers/blazer/queries_controller.rb

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

@@ -194,7 +194,7 @@ module Blazer
     end
 
     def variable_params
-      params.except(:controller, :action, :id, :host, :query, :table_names, :authenticity_token, :utf8, :_method, :commit)
+      params.except(:controller, :action, :id, :host, :query, :table_names, :authenticity_token, :utf8, :_method, :commit, :statement)
     end
     helper_method :variable_params