You can show them with rake routes directly.
In a Rails console, you can call app.post_path. This will work in Rails ~= 2.3 and >= 3.1.0.
You can show them with rake routes directly.
In a Rails console, you can call app.post_path. This will work in Rails ~= 2.3 and >= 3.1.0.