mattswell / resource_controller forked from jamesgolick/resource_controller

Rails RESTful controller abstraction plugin. Forked to add the parent_url helper. Check out the parent_url branch.

This URL has Read+Write access

resource_controller / test / app / controllers / images_controller.rb
100644 4 lines (4 sloc) 0.095 kb
1
2
3
4
class ImagesController < ResourceController::Singleton
  belongs_to :user
  actions :create
end