Sha256: bce4bf6c3ce6bf1535b536d6f3fe003afd2557236489b2c5d0f876730c5a9481
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
Rails.application.routes.draw do mount_devise_token_auth_for 'User', at: '/auth' mount_devise_token_auth_for 'Mang', at: '/bong' as :mang do # Define routes for Mang within this block. end patch '/chong', to: 'bong#index' end
Version data entries
4 entries across 4 versions & 1 rubygems