diff --git a/Gemfile b/Gemfile index 0614309..37fa550 100755 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/config/routes.rb b/config/routes.rb index 84bd181..02b000e 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -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