Gemfile ui fix
Gemfile + routes für themen gruppen
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -86,6 +86,9 @@ gem 'rmagick'
|
|||||||
|
|
||||||
gem 'bootstrap-addons-rails'
|
gem 'bootstrap-addons-rails'
|
||||||
gem "jquery-fileupload-rails"
|
gem "jquery-fileupload-rails"
|
||||||
|
gem "jquery-ui-rails","~> 4.1.1"
|
||||||
|
|
||||||
|
# gem "jquery-sortable-rails"
|
||||||
gem "seed_dump", "~> 0.5.3"
|
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/tkriplean/themes_for_rails.git'
|
||||||
#gem "themes_for_rails", :git=> 'git://github.com/lucasefe/themes_for_rails.git'
|
#gem "themes_for_rails", :git=> 'git://github.com/lucasefe/themes_for_rails.git'
|
||||||
|
|||||||
@@ -104,10 +104,15 @@ end
|
|||||||
|
|
||||||
resources :beispiele
|
resources :beispiele
|
||||||
resources :themen do
|
resources :themen do
|
||||||
|
|
||||||
resources :attachments
|
resources :attachments
|
||||||
end
|
end
|
||||||
|
|
||||||
resources :themengruppen do
|
resources :themengruppen do
|
||||||
|
get :verwalten
|
||||||
|
get :verwalten_all,:on=>:collection
|
||||||
|
post :sort_themen
|
||||||
|
post :sort_themengruppen, :on=>:collection
|
||||||
resources :themen, :only=>[:new, :show]
|
resources :themen, :only=>[:new, :show]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user