module InheritedResources::BaseHelpers

def symbols_for_association_chain #:nodoc:

:nodoc:

by belongs_to and can be complex in polymorphic cases.
Symbols chain in base helpers return nothing. This is later overwriten
def symbols_for_association_chain #:nodoc:
  []
end