[Rails] Re: protecting resources in an app

2010-10-10 Thread bingo bob
Anybody? Are there further steps required? -- 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-t...@googlegroups.com. To unsubscribe from this group,

[Rails] Re: protecting resources in an app

2010-10-10 Thread Heinz Strunk
I'm doing it just like you described above. However I would like to hear some more opinions on that as well. -- 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

[Rails] Re: protecting resources in an app

2010-10-10 Thread bingo bob
Heinz Strunk wrote: I'm doing it just like you described above. However I would like to hear some more opinions on that as well. That's really good to know - a slight twist on it could be that I have seen people DRY it up and include more sophistication on the find by using a before filter