class TrustyCms::Extension

def migrated?

def migrated?
  migrator.new(:up, migrations_path).pending_migrations.empty?
end