I have a components, cruid for my app, with Netzke
class Services < Netzke::Basepack::Grid
and view where I run them
<%= netzke services %>
I secured a controller for this view with simple authentication, and
before_filter :authenticate
so when I call action index in this controller, which calls a netzke cruid for my app, I receive a request to enter name and password. The question is this enough secured? Maybe I need protect somehow a netzke components of my app? Can somebody executed them, bypass my controller index method?