Method: Concept::Relation::Base.target_editor_selectable

Defined in:
app/models/concept/relation/base.rb

.target_editor_selectableObject



56
57
58
# File 'app/models/concept/relation/base.rb', line 56

def self.target_editor_selectable
  includes(:target).merge(Concept::Base.editor_selectable)
end