module Popit::PersonrepresentRepresenter::Initializer

Public Class Methods

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