rawnet / rawnet-admin

An inheritable admin interface for Ruby on Rails apps
MIT License
0 stars 2 forks source link

Ability to not limit actions defined in resource controller #6

Open efexen opened 9 years ago

efexen commented 9 years ago

I'd like to use the resource controller with only index, edit and update actions. At the moment I can't choose not to include the new and create actions.