# File lib/resource_controller/helpers/urls.rb, line 114
        def parent_url_options
          if parent?
            parent_singleton? ? parent_type.to_sym : [parent_type.to_sym, parent_object]
          else
            nil
          end
        end