Sha256: 2cd8d436719563adb4bb5d01d66cedb8a67f859f0f9a137804cd5ab10df33e55
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
#config/routes.rb # puts Cable::Engine.config.inspect # Cable::Engine.routes.draw do # match '/admin(/:action(/:id))' => 'admin' # end Rails.application.routes.draw do |map| match '/admin(/:action(/:id))' => 'admin' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cable-0.9.3 | config/routes.rb |
cable-0.9.1 | config/routes.rb |
cable-0.9.0 | config/routes.rb |
cable-0.8.6 | config/routes.rb |
cable-0.8.5 | config/routes.rb |
cable-0.8.4 | config/routes.rb |