Gemfile ui fix

Gemfile + routes für themen gruppen
This commit is contained in:
Andreas Stephanides
2014-02-09 21:23:35 +01:00
parent ab959f8b86
commit 61f78c4e17
2 changed files with 8 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ gem 'rmagick'
gem 'bootstrap-addons-rails'
gem "jquery-fileupload-rails"
gem "jquery-ui-rails","~> 4.1.1"
# gem "jquery-sortable-rails"
gem "seed_dump", "~> 0.5.3"
#gem "themes_for_rails" ,:git =>'git://github.com/tkriplean/themes_for_rails.git'
#gem "themes_for_rails", :git=> 'git://github.com/lucasefe/themes_for_rails.git'

View File

@@ -104,10 +104,15 @@ end
resources :beispiele
resources :themen do
resources :attachments
end
resources :themengruppen do
get :verwalten
get :verwalten_all,:on=>:collection
post :sort_themen
post :sort_themengruppen, :on=>:collection
resources :themen, :only=>[:new, :show]
end