Module: Genotype

Extended by:
Workflow
Defined in:
lib/rbbt/entity/genotype.rb

Defined Under Namespace

Modules: Cohort

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



14
15
16
17
18
19
# File 'lib/rbbt/entity/genotype.rb', line 14

def self.extended(base)
  prev_genotype_extended(base) if self.respond_to? :prev_genotype_extended
  base.helper :genotype do
    base
  end
end

.prev_genotype_extendedObject



10
# File 'lib/rbbt/entity/genotype.rb', line 10

alias prev_genotype_extended extended