Sha256: 1e709f0938958a079a3dd4662961c6b4af77bfdecc37581a47256e181c575fd1

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

Rails.application.routes.draw do
  get "one", to: "test#one"
  
  mobile_optional do
    get "two", to: "test#two"
  end
  
  mobile_only do
    get "three", to: "test#three"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mobile-enhancements-0.0.1 spec/internal/config/routes.rb