Skip to content

Commit

Permalink
admin is now in /monologue (fix #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jipiboily committed Mar 30, 2012
1 parent 9cd466a commit 455f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
match "/page/:page", to: "posts#index", as: "posts_page"
match "/feed" => "posts#feed", as: "feed", defaults: {format: :rss}

namespace :admin do
namespace :admin, path: "monologue" do
get "/" => "posts#index", as: "" # responds to admin_url and admin_path
get "logout" => "sessions#destroy"
get "login" => "sessions#new"
Expand Down

0 comments on commit 455f78d

Please sign in to comment.