Module: Targetable::TargetableModels

Extended by:
TargetableModels
Included in:
TargetableModels
Defined in:
app/concerns/targetable.rb

Instance Method Summary collapse

Instance Method Details

#add(klass) ⇒ Object



14
15
16
# File 'app/concerns/targetable.rb', line 14

def add(klass)
  @included_in << klass
end

#included_inObject



18
19
20
# File 'app/concerns/targetable.rb', line 18

def included_in
  @included_in
end