Add A Format To Rails Url Or Path Helpers

Posted By Weston Ganger

Sometimes you want to add a format such as .pdf or .json to an url/path helper. It easy just do:

your_path(format: :json)
your_url(format: :pdf)

Related External Links:

Article Topic:Software Development - Ruby / Rails

Date:March 22, 2015