Sha256: 1738d81bc832485e6ab29c07a3f2d4df5d5064ee8c1e4405bc14045367c50afe
Contents?: true
Size: 336 Bytes
Versions: 12
Compression:
Stored size: 336 Bytes
Contents
Rails.application.routes.draw do # Test that this creates all routes to # all five restful controller actions sockets_for :messages # Test inclusion/exclusion sockets_for :foos, only: :index sockets_for :bars, only: [:index, :show] sockets_for :foobars, except: :index sockets_for :barfoos, except: [:index, :show] end
Version data entries
12 entries across 12 versions & 1 rubygems