Class: Workarea::Segment::Rules::LoggedIn

Inherits:
Base
  • Object
show all
Defined in:
app/models/workarea/segment/rules/logged_in.rb

Instance Method Summary collapse

Methods inherited from Base

slug

Methods included from ApplicationDocument

#releasable?

Methods included from Sidekiq::Callbacks

add_worker, assert_valid_config!, async, caching_classes?, disable, enable, inline, #run_callbacks, workers, workers_list

Methods included from Mongoid::Document

#embedded_children

Instance Method Details

#qualifies?(visit) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/models/workarea/segment/rules/logged_in.rb', line 7

def qualifies?(visit)
  logged_in? == visit.logged_in?
end