Added route to roles controller.

This commit is contained in:
George Vinogradov 2011-10-21 19:39:32 +04:00
parent 5b5761e80e
commit 600a897490
3 changed files with 6 additions and 2 deletions

View File

@ -39,8 +39,8 @@ group :development do
gem 'ruby-debug'
# gem 'looksee'
# gem 'awesome_print'
# gem 'wirble'
# gem 'hirb'
gem 'wirble'
gem 'hirb'
# gem 'rails-footnotes', '>= 3.7.5.rc4' # this shit is very buggy don't forget to switch it off back
# deploy

View File

@ -242,6 +242,7 @@ GEM
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
will_paginate (3.0.2)
wirble (0.1.3)
yui-compressor (0.9.5)
PLATFORMS
@ -277,4 +278,5 @@ DEPENDENCIES
web-app-theme
whenever
will_paginate (~> 3.0.2)
wirble
yui-compressor (= 0.9.5)

View File

@ -4,6 +4,8 @@ Rosa::Application.routes.draw do
end
resources :users
resources :roles
resources :event_logs, :only => :index
resources :downloads, :only => :index