mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-04 23:24:49 -04:00
Fixed admin typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user