Files
plottservice/config/initializers/active_storage.rb

6 lines
127 B
Ruby

ActiveSupport.on_load(:active_storage_blob) do
def self.ransackable_attributes(auth_object = nil)
%w[filename]
end
end