When I want to use uncountable noun in route file, how should I define it in route file? I would like to know common way as Rails.
resources :information, except: [:show]
Is the above correct?
When I want to use uncountable noun in route file, how should I define it in route file? I would like to know common way as Rails.
resources :information, except: [:show]
Is the above correct?