module InheritedResources::BelongsToHelpers

def parent?


Parent is always true when belongs_to is called.
def parent?
  true
end