RailsCasts Pro episodes are now free!

Learn more or hide this

Christian Pennaforte's Profile

GitHub User: kikan

Comments by Christian Pennaforte

Avatar

Nice episode as usual, thanks a lot.

I'm wondering how to activate Mercury editor on the 'new' view.

I tried redirecting /pages/new to /editor/pages/new like this :

routes.rb
match "/pages/new" => redirect("/editor/pages/new")

but without success.

I'd like to keep the usual new_path, which is conventional.