Method: Paperclip::Attachment#dirty?

Defined in:
lib/paperclip/attachment.rb

#dirty?Boolean

Returns true if there are changes that need to be saved.

Returns:

  • (Boolean)


140
141
142
# File 'lib/paperclip/attachment.rb', line 140

def dirty?
  @dirty
end