config/routes.rb in mercury-rails-0.1.2 vs config/routes.rb in mercury-rails-0.2.0
- old
+ new
@@ -8,8 +8,8 @@
match 'snippets/:name/options' => "mercury#snippet_options"
match 'snippets/:name/preview' => "mercury#snippet_preview"
end
if defined?(Mercury::Application)
- root to: "application#show"
+ match '/test_post' => "mercury#post"
end
end