class Remarkable::Devise::Matchers::BeAnInvitableMatcher

Protected Instance Methods

included?() click to toggle source
# File lib/remarkable/devise/matchers/be_an_invitable_matcher.rb, line 13
def included?
  subject_class.ancestors.include?(::Devise::Models::Invitable)
end