class Syncify::Hint::Hint

Public Instance Methods

allowed?() click to toggle source
# File lib/syncify/hint/hint.rb, line 8
def allowed?
  true
end
applicable?(candidate_association) click to toggle source
# File lib/syncify/hint/hint.rb, line 4
def applicable?(candidate_association)
  false
end