Skip to content

Commit

Permalink
Merge branch 'release/0.11.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Dec 11, 2016
2 parents cde1836 + bde0bf1 commit b2cfb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create
@petition_form = ::ActivityLines::Corporative::ConfessionForm.new_with_model
if @petition_form.submit params[:activity_lines_corporative_confession]
Organization::Permissions.confession[:review].each do |member|
send_notification member, @petition_form.model, :create
send_notification @petition_form.model, member, :create
end
redirect_to activity_lines_corporative_petitions_path notice: :your_petition_will_be_reviewed
else
Expand Down

0 comments on commit b2cfb22

Please sign in to comment.