# File lib/resource_controller/helpers/singleton_customizations.rb, line 35
        def object
          @object ||= parent? ? end_of_association_chain : nil
        end