Sha256: faf6ce251af31a8a5da823051c8bb03172d52f91ecd531736b19514c78f036bd

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 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
      config.autoload_paths += %W(
        #{config.root}/app/controllers/concerns
      )
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-batch-edit-1.1.1 lib/hydra/batch_edit.rb
hydra-batch-edit-1.1.0 lib/hydra/batch_edit.rb