Sha256: 7ec8dde3a028e7bd30272ac1efdaa8759398c7c4c059a788855ee460be1066b3

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

require 'rapid_runty/routes/route'

module RapidRunty
  class Application
    attr_reader :routes

    def initialize
      @routes = RapidRunty::Router::Routes.new
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rapid_runty-0.1.2 lib/rapid_runty/routing.rb