Sha256: 35801a6a069760d39c0438cd55976eeffc70435993a1850a6760df2585a863db

Contents?: true

Size: 334 Bytes

Versions: 10

Compression:

Stored size: 334 Bytes

Contents

module Hydra
  module BatchEdit
    extend ActiveSupport::Autoload
    autoload :SearchService
    autoload :Routes
    autoload :Version
    def self.add_routes(router, options = {})
       Routes.new(router, options).draw
    end
    class Engine < ::Rails::Engine
        # Make rails look at the vendored assets
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hydra-batch-edit-1.0.2 lib/hydra/batch_edit.rb
hydra-batch-edit-1.0.1 lib/hydra/batch_edit.rb
hydra-batch-edit-1.0.0 lib/hydra/batch_edit.rb
hydra-batch-edit-0.3.1 lib/hydra/batch_edit.rb
hydra-batch-edit-0.3.0 lib/hydra/batch_edit.rb
hydra-batch-edit-0.2.0 lib/hydra/batch_edit.rb
hydra-batch-edit-0.1.0 lib/hydra/batch_edit.rb
hydra-batch-edit-0.0.7 lib/hydra/batch_edit.rb
hydra-batch-edit-0.0.6 lib/hydra/batch_edit.rb
hydra-batch-edit-0.0.5 lib/hydra/batch_edit.rb