Module PortlettableDelegator
In: lib/portlettable_delegator.rb

Portlet インスタンスからの portlettable への委譲を実装する。

Methods

included  

Included Modules

InstanceMethods

Classes and Modules

Module PortlettableDelegator::InstanceMethods

Public Class methods

[Source]

   # File lib/portlettable_delegator.rb, line 3
3:   def self.included(base)
4:     base.class_eval do
5:       belongs_to :portlettable, :polymorphic => true
6:       include InstanceMethods
7:     end
8:   end

[Validate]