class Gallerist::TagPhoto

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

Public Instance Methods

inspect() click to toggle source
# File lib/gallerist/models/tag_photo.rb, line 16
def inspect
  '#<%s tag_id=%d photo_id=%d>' % [ self.class, tag_id, photo_id ]
end