mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
3 lines
109 B
Ruby
3 lines
109 B
Ruby
Rails.application.configure do
|
|
config.filter_parameters += [:password, :nokogiri_frame, :parsed_frame]
|
|
end
|