I’m learning about before_filter, implementing a simple “you must be
logged on” thing.
It works great, but I need to allow people to create a player as well.
By writing the except as attached, that works, but then everyone has
access to all “new” methods, which I don’t really want.
Can someone help me with how to properly construct this to limit
non-logged in access to the new method of the players controller?