Experimenting with Netzke/ ExtJS

This commit is contained in:
Jason Denney
2012-12-23 09:02:07 -05:00
parent ead5f7b433
commit d7f5eb26bf
18 changed files with 345 additions and 51 deletions
+3
View File
@@ -1,6 +1,8 @@
Velocipede::Application.routes.draw do
devise_for :users
netzke
=begin
resources :users
# The priority is based upon order of creation:
# first created -> highest priority.
@@ -36,5 +38,6 @@ Velocipede::Application.routes.draw do
#match ':loggable_type/:loggable_id/logs' => 'acts_as_loggable/logs#index', :as => 'loggable_logs'
=end
root :to => 'site#index'
end