module InheritedResources::SingletonHelpers

def collection


Singleton methods does not deal with collections.
def collection
  nil
end