class Falcon::Media

def dirty?

Returns true if there are changes that need to be saved.
def dirty?
  @dirty
end