smashingboxes / cardboard-admin-archive

Rails 4 CMS
http://smashingboxes.com
Other
65 stars 13 forks source link

How to add custom routes to resources #32

Closed elfassy closed 11 years ago

elfassy commented 11 years ago

add to the end of your routes.rb

Cardboard::Engine.routes.prepend do
  get ...
end