module Billit::TableCollectionRepresenter

Public Class Methods

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

Public Instance Methods

tables() click to toggle source
# File lib/billit_representers_argentina/representers/table_collection_representer.rb, line 26
def tables
  collect
end