Browse Source

Hide name after forking

Andrew Kane 9 năm trước cách đây
mục cha
commit
a128c45b6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controllers/blazer/base_controller.rb

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

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