module InheritedResources::Actions

def index(options={}, &block)

GET /resources
def index(options={}, &block)
  respond_with(*with_chain(collection), options, &block)
end