2009/6/13 Älphä Blüë <[email protected]>: > ... > I basically don't want anyone to be able to access > new/delete/edit/update etc.. for specific model controllers. The model > controllers I'm referring to are those that just are available for > viewing.. >
If you really don't want any access to new/delete etc then you can just remove these actions from the controller and delete the view erb files for those actions. Colin --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

