Changeset [8a3691dce98e953bcf5186b024707f7f73f6c896] by Ian White

October 10th, 2008 @ 01:48 AM

Added include_actions extension for including actions/customising including actions. If you use your own Action modules, you can now define a module method #include_actions to do the :only / :except handling yourself. See Ardes::ResourcesController::IncludeActions. This change is completely BC, you don't need to do anything to any of your existing action modules. http://github.com/ianwhite/resou...

Committed by Ian White

  • M CHANGELOG
  • M lib/ardes/resources_controller.rb
  • M lib/ardes/resources_controller/include_actions.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

resources_controller is a rails plugin that eases the pain of RESTful controllers.