Add Mina configuration

This commit is contained in:
Artem Chernikov 2014-07-07 16:08:53 +02:00
parent 2ee621a9b2
commit 460f763be5
5 changed files with 47 additions and 13 deletions

View file

@ -114,5 +114,6 @@ Osem::Application.routes.draw do
get "/admin" => redirect("/admin/conference")
root :to => "home#index"
root :to => "home#index", :via => [:get, :options]
end