Class: Attachment

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/attachment.rb

Instance Method Summary collapse

Instance Method Details

#to_s(format = :default) ⇒ Object

String



10
11
12
# File 'app/models/attachment.rb', line 10

def to_s(format = :default)
  title
end