Created by: infertux
This allows to limit route actions in routes.rb
by using only: [:index, :show]
for example and only display these routes in views.
Created by: infertux
This allows to limit route actions in routes.rb
by using only: [:index, :show]
for example and only display these routes in views.