Skip to content

Commit

Permalink
Admin controller should show private and public mailing lists
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillson committed Aug 2, 2015
1 parent 34f08a1 commit 443c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/posts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def post_params
end

def assign_mailing_list
@mailing_list = MailingList.is_public.find(params[:mailing_list_id])
@mailing_list = MailingList.find(params[:mailing_list_id])
end
end
end

0 comments on commit 443c47e

Please sign in to comment.