Class: Complement

Inherits:
ApplicationRecord show all
Includes:
FriendlyName, GuideContainer, TerminalNavigation
Defined in:
app/models/complement.rb

Instance Method Summary collapse

Methods included from TerminalNavigation

#friendly, #navigable_name, #navigation_end?, #next_for, #siblings, #structural_parent

Methods included from FriendlyName

#friendly_name, #to_param

Methods included from GuideContainer

#attempts_left_for, #friendly, #index_usage!, #limited_for?, #resettable?, #results_hidden_for?, #start!, #timed?, #validate_accessible_for!

Methods included from Container

#content_used_in?, #navigable_content_in, #progress_for

Methods inherited from ApplicationRecord

active_between, aggregate_of, all_except, defaults, #delete, #destroy!, enum_prefixed_translations_for, numbered, organic_on, resource_fields, #save, #save_and_notify!, #save_and_notify_changes!, serialize_symbolized_hash_array, teaser_on, #update_and_notify!, update_or_create!, whitelist_attributes, with_pg_retry, with_temporary_token

Methods included from WithPgLock

#with_pg_lock

Instance Method Details

#used_in?(organization) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'app/models/complement.rb', line 11

def used_in?(organization)
  organization.book == book
end