Sha256: 69f43e70a99acc6a5478afd90ef46ef3addc2c0d04c91cca5d85db610da5d994

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

require "hydra/batch_edit/version"
require "hydra/batch_edit/routes"
require "hydra/batch_edit_behavior"

module Hydra
  module BatchEdit
    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

4 entries across 4 versions & 1 rubygems

Version Path
hydra-batch-edit-0.0.4 lib/hydra-batch-edit.rb
hydra-batch-edit-0.0.3 lib/hydra-batch-edit.rb
hydra-batch-edit-0.0.2 lib/hydra-batch-edit.rb
hydra-batch-edit-0.0.1 lib/hydra-batch-edit.rb