RailsCasts Pro episodes are now free!

Learn more or hide this

Brett Nisbett's Profile

GitHub User: bnisbett

Comments by Brett Nisbett

Avatar

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'
Avatar

Do you have a link for that? That's something I would love to see!