Sha256: 279c7fde0630ab731d21d6b448efe196674aa57096553109c0db4fde7c4ace3f
Contents?: true
Size: 209 Bytes
Versions: 1
Compression:
Stored size: 209 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" root to: "test#four" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mobile-enhancements-0.0.2 | spec/internal/config/routes.rb |