Skip to content
Snippets Groups Projects
Verified Commit d7b5a51b authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Use #send to access private method

parent fcd510ce
No related branches found
No related tags found
No related merge requests found
Pipeline #118051 passed
<h2>Managed passwords</h2>
<%-
all_passwords = @host.passwordstate_passwords
all_passwords = @host.send :passwordstate_passwords
groups = all_passwords.group_by { |p| p.password_list_id.to_i }
groups.each do |id, passwords|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment