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?

Attachments:
http://www.ruby-forum.com/attachment/3089/application.rb

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to