Explorar o código

Filter statement variable

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
82ab8ad561
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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