global
def self.inherit_resources
inherit_resources in your controller to have all the required modules and
If you cannot inherit from InheritedResources::Base you can call
def self.inherit_resources InheritedResources::Base.inherit_resources(self) initialize_resources_class_accessors! create_resources_url_helpers! end