allow foodcoops to add custom css

This commit is contained in:
wvengen 2014-08-22 12:06:35 +02:00
parent 72709be60a
commit 19630e8607
5 changed files with 37 additions and 0 deletions

View file

@ -24,6 +24,8 @@ Foodsoft::Application.routes.draw do
match '/login/accept_invitation/:token' => 'login#accept_invitation', as: :accept_invitation, via: [:get, :post]
resources :sessions, :only => [:new, :create, :destroy]
get '/foodcoop.css' => 'styles#foodcoop', :as => 'foodcoop_css'
########### User specific
get '/home/profile', :as => 'my_profile'