module Billit::Cl::PaperworkPageRepresenter

Public Class Methods

included(klass) click to toggle source
# File lib/billit_representers/representers/cl/paperwork_page_representer.rb, line 20
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/representers/cl/paperwork_page_representer.rb, line 27
def paperworks
  collect
end