What if i have a main app that would like say multiple blogs provided through some mountable blog engine. Do I then have to mount the blog engine each time for each blog and with a different path each time?
ruby
mount Blogifier::Engine => '/blog'
mount Blogifier::Engine => '/blog2'
What if i have a main app that would like say multiple blogs provided through some mountable blog engine. Do I then have to mount the blog engine each time for each blog and with a different path each time?
Do you have a link for that? That's something I would love to see!