From 61f78c4e179564d811504745ba93bac9627ab971 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 9 Feb 2014 21:23:35 +0100 Subject: [PATCH] Gemfile ui fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gemfile + routes für themen gruppen --- Gemfile | 3 +++ config/routes.rb | 5 +++++ 2 files changed, 8 insertions(+) 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