class Popit::WrappedPerson

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/popit_representers/models/wrapped_person.rb, line 12
def initialize
  extend Roar::Representer::Feature::Client
  super
end