Skip to content

Commit

Permalink
remove image magick override
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 5, 2013
1 parent e10abed commit 73db50d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/models/generic_file.rb
Expand Up @@ -11,11 +11,6 @@ class GenericFile < ActiveFedora::Base

delegate :has_location, to: 'descMetadata'

# Overridden to load the original image from an external datastream
def load_image_transformer
Magick::ImageList.new(content.filename)
end

def log_events
TrackingEvent.where(pid: pid)
end
Expand Down

0 comments on commit 73db50d

Please sign in to comment.