class Rails::Railtie

def <=>(other) # :nodoc:

:nodoc:
def <=>(other) # :nodoc:
  load_index <=> other.load_index
end