RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: kikan
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 :
match "/pages/new" => redirect("/editor/pages/new")
but without success.
I'd like to keep the usual new_path, which is conventional.
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 :
but without success.
I'd like to keep the usual new_path, which is conventional.