module Gifted::RelationDecorator

Public Instance Methods

records() click to toggle source
Calls superclass method
# File lib/gifted/decorator.rb, line 96
def records
  arr = super
  Gifted::Decorator.instance.decorate arr
  arr
end