Sha256: 8f1af46166b121f5aafca35aa42c481bfd6f4d951169c52cbd6d560de9ad2110

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

module Syncify
  module Hint
    class Hint
      def applicable?(candidate_association)
        false
      end

      def allowed?
        true
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
syncify-0.1.11 lib/syncify/hint/hint.rb
syncify-0.1.10 lib/syncify/hint/hint.rb