ianwhite / response_for_rc

Set of resourceful actions written in the response_for style for resources_controller

This URL has Read+Write access

response_for_rc / init.rb
100644 6 lines (5 sloc) 0.25 kb
1
2
3
4
5
6
# init
require 'ardes/response_for_rc/actions'
require 'ardes/response_for_rc/singleton_actions'
 
Ardes::ResourcesController.actions = Ardes::ResponseForRc::Actions
Ardes::ResourcesController.singleton_actions = Ardes::ResponseForRc::SingletonActions