Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwjackson committed Apr 3, 2020
1 parent c5685c9 commit 8458b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formify/controller_helpers.rb
Expand Up @@ -17,7 +17,7 @@ def formify_params(root, *permitted)
end

def formify_redirect_to_with_flash(*args, **keywords)
keywords.slice(flash_keys).each do |k, v|
keywords.slice(formify_flash_keys).each do |k, v|
flash[k] = v
end

Expand Down

0 comments on commit 8458b6e

Please sign in to comment.