Sha256: cad47083dec272d0cefba4c6039eee9b081cce6dea55bb2edcd9c450d41feeb0

Contents?: true

Size: 243 Bytes

Versions: 78

Compression:

Stored size: 243 Bytes

Contents

class Routes < RubyPitaya::RoutesBase

  # class:   RoutesBase
  # methods:
  #  - match('new_handler_name', to: 'ClassHandler')
  #    - Defines a new name to handler

  def setup
    # match('helloHandler', to: 'HelloWorldHandler')
  end
end

Version data entries

78 entries across 74 versions & 1 rubygems

Version Path
rubypitaya-3.19.6 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.5 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.4 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.3 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.2 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.1 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.19.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.18.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.17.2 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.17.1 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.17.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.16.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.15.3 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.15.2 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.15.1 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.15.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.14.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.13.1 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.13.0 ./lib/rubypitaya/app-template/config/routes.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/app-template/config/routes.rb