Class: Gallerist::PersonPhoto

Inherits:
PersonModel show all
Defined in:
lib/gallerist/models/person_photo.rb

Overview

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

Copyright © 2015, Sebastian Staudt

Instance Method Summary collapse

Methods inherited from BaseModel

iphoto, photos, setup_for, store_setup

Instance Method Details

#inspectObject



35
36
37
# File 'lib/gallerist/models/person_photo.rb', line 35

def inspect
  '#<%s person_id=%d photo_id=%s>' % [ self.class, person_id, photo_id ]
end