class ImageCategory

Public Instance Methods

to_label() click to toggle source
# File app/models/image_category.rb, line 9
def to_label
  "#{image.filename} - #{category.name}"
end