module Troo::DecoratorHelpers

Public Class Methods

included(receiver) click to toggle source
# File lib/troo/helpers/decorator_helpers.rb, line 32
def self.included(receiver)
  receiver.extend(ClassMethods)
  receiver.send(:include, InstanceMethods)
end