search for: rails_admin_interfac

Displaying 1 result from an estimated 1 matches for "rails_admin_interfac".

Did you mean: rails_admin_interfaces
2009 Sep 30
3
django like admin interface
Hi, I am building an application where i need to have an admin interface from where the admin can assign permission for different methods (create, edit etc.) in controller based on roles . It should be similar to django administration, where we can assign permission on methods based on the role. How can i do the implementaton ? Can anybody give me some pointers on how to start ? Thanks and