Sha256: 8575d246ce3b30d2ba7401b29615e210e00f44380c72d6b7098f872aaaea1f19

Contents?: true

Size: 348 Bytes

Versions: 2

Compression:

Stored size: 348 Bytes

Contents

module Hydra
  module BatchEdit
    extend ActiveSupport::Autoload
    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-2.1.0 lib/hydra/batch_edit.rb
hydra-batch-edit-2.0.2 lib/hydra/batch_edit.rb