module Popit::PersonRepresenter::Initializer

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/popit_representers/representers/person_representer.rb, line 28
def initialize
  extend Popit::PersonRepresenter
  extend Roar::Representer::Feature::Client
  super
end