Skip to content

Commit

Permalink
Fix alias_method_chain reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Puchalski committed Mar 30, 2012
1 parent 4e3a677 commit cfe3889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sendgrid_postback/action_dispatch_ext.rb
Expand Up @@ -20,10 +20,10 @@ def parse_formatted_parameters_with_sendgrid_postback(env)
data
rescue Exception => e
# Delegate if anything goes wrong
parse_formatted_parameters_without_send_grid(env)
parse_formatted_parameters_without_sendgrid_postback(env)
end
else
parse_formatted_parameters_without_send_grid(env)
parse_formatted_parameters_without_sendgrid_postback(env)
end
end
alias_method_chain :parse_formatted_parameters, :sendgrid_postback
Expand Down

0 comments on commit cfe3889

Please sign in to comment.