You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to actives...@googlegroups.com
Do I really have to configure two different sets of subgroups for create and update, each? Or is there a way to DRY this up?
Regards
Michael
Sergio Cambra .:: entreCables S.L. ::.
unread,
Nov 15, 2011, 7:23:45 AM11/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to actives...@googlegroups.com
On Martes, 15 de Noviembre de 2011 09:38:32 Atastor escribió: > Do I really have to configure two different sets of subgroups for create > and update, each? Or is there a way to DRY this up? >
Yes, but you can use a loop:
[:create, :update].each do |action| conf.send(action).columns.add_subgroup ... end