Skip to content

Commit

Permalink
Move resolvers to app/resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 8, 2017
1 parent 8ca998f commit f155634
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions lib/riiif.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
require 'riiif/engine'
module Riiif
extend ActiveSupport::Autoload
autoload :Image
autoload :AbstractFileSystemResolver
autoload :FileSystemFileResolver
autoload :HTTPFileResolver
autoload :Routes
autoload :AkubraSystemFileResolver
autoload :NilAuthorizationService

class Error < RuntimeError; end
Expand Down

0 comments on commit f155634

Please sign in to comment.