class ActiveGraph::Migrations::SchemaMigration
Public Instance Methods
<=>(other)
click to toggle source
# File lib/active_graph/migrations/schema_migration.rb 9 def <=>(other) 10 migration_id <=> other.migration_id 11 end