Fixed admin typo

This commit is contained in:
Brenda Wallace
2017-05-29 17:52:08 +12:00
parent 9f9df07390
commit ac94b8b6d3

View File

@@ -7,6 +7,6 @@ class AdminController < ApplicationController
def newsletter
authorize! :manage, :all
@members = Member.confirmed.wants_newsletter.all
respond_with @member
respond_with @members
end
end