Sha256: 9b91616f3b0a538c2a78ff3df1042cfcc4366774fec2a570f793da6784b1b75a

Contents?: true

Size: 111 Bytes

Versions: 10

Compression:

Stored size: 111 Bytes

Contents

module Gaku
  class TeacherDecorator < PersonDecorator
    decorates 'Gaku::Teacher'
    delegate_all
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
gaku-0.1.1 core/app/decorators/gaku/teacher_decorator.rb
gaku_core-0.1.1 app/decorators/gaku/teacher_decorator.rb
gaku-0.1.0 core/app/decorators/gaku/teacher_decorator.rb
gaku_core-0.1.0 app/decorators/gaku/teacher_decorator.rb
gaku_core-0.0.3 app/decorators/gaku/teacher_decorator.rb
gaku-0.0.3 core/app/decorators/gaku/teacher_decorator.rb
gaku-0.0.2 core/app/decorators/gaku/teacher_decorator.rb
gaku_core-0.0.2 app/decorators/gaku/teacher_decorator.rb
gaku-0.0.1 core/app/decorators/gaku/teacher_decorator.rb
gaku_core-0.0.1 app/decorators/gaku/teacher_decorator.rb