Skip to content

Commit

Permalink
Update ActiveStorage::Previewer docs
Browse files Browse the repository at this point in the history
PDFPreviewer became MuPDFPreviewer in 0b717c2. Previewers are simple enough that we can just provide a single example.
  • Loading branch information
georgeclaghorn committed Jul 29, 2018
1 parent 975fa15 commit 6a0b015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activestorage/lib/active_storage/previewer.rb
Expand Up @@ -2,8 +2,8 @@

module ActiveStorage
# This is an abstract base class for previewers, which generate images from blobs. See
# ActiveStorage::Previewer::PDFPreviewer and ActiveStorage::Previewer::VideoPreviewer for examples of
# concrete subclasses.
# ActiveStorage::Previewer::MuPDFPreviewer and ActiveStorage::Previewer::VideoPreviewer for
# examples of concrete subclasses.
class Previewer
attr_reader :blob

Expand Down

0 comments on commit 6a0b015

Please sign in to comment.