Module: Deckorator::Undecorator

Extended by:
ActiveSupport::Concern
Included in:
ApplicationDecorator
Defined in:
lib/deckorator/undecorator.rb

Instance Method Summary collapse

Instance Method Details

#undecorateObject



7
8
9
# File 'lib/deckorator/undecorator.rb', line 7

def undecorate
  decorated_object
end