module InheritedResources::BaseHelpers

def parent?


it's always false and should not be overwriten.
Returns if the controller has a parent. When only base helpers are loaded,
def parent?
  false
end