module Billit::PaperworkCollectionRepresenter

Public Class Methods

included(klass) click to toggle source
# File lib/billit_representers_argentina/representers/paperwork_collection_representer.rb, line 18
def self.included(klass)
  klass.send :prepend, Initializer
  klass.send :include, Roar::Representer::Feature::HttpVerbs
end

Public Instance Methods

paperworks() click to toggle source
# File lib/billit_representers_argentina/representers/paperwork_collection_representer.rb, line 25
def paperworks
  collect
end