Sha256: 4bff04b8e2d422748cca0adade4ccff75bbfe86e3d89c6b7a9cfe66a1e6b0a36

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

require "action_dispatch/routing/mapper"

module HumanRoutes
  require_relative "human_routes/version"
  require_relative "human_routes/extensions"
  require_relative "human_routes/context"

  ActionDispatch::Routing::Mapper.include(Extensions)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
human_routes-0.0.7 lib/human_routes.rb
human_routes-0.0.6 lib/human_routes.rb
human_routes-0.0.5 lib/human_routes.rb
human_routes-0.0.4 lib/human_routes.rb
human_routes-0.0.3 lib/human_routes.rb
human_routes-0.0.2 lib/human_routes.rb
human_routes-0.0.1 lib/human_routes.rb