require 'flydata/source/sync' module Flydata module SourcePostgresql class Sync < Source::Sync SOURCE_PREFERENCE_NAME = 'postgresql_data_entry_preference' def supported? true end end end end