class Gallerist::Tag

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.rb, line 23
def inspect
  "#<%s id=%d name='%s'>" % [ self.class, id, name ]
end
to_s() click to toggle source
# File lib/gallerist/models/tag.rb, line 27
def to_s
  name
end