Added route to roles controller.
This commit is contained in:
parent
5b5761e80e
commit
600a897490
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -4,6 +4,8 @@ Rosa::Application.routes.draw do
|
|||
end
|
||||
resources :users
|
||||
|
||||
resources :roles
|
||||
|
||||
resources :event_logs, :only => :index
|
||||
|
||||
resources :downloads, :only => :index
|
||||
|
|
Loading…
Reference in New Issue