test/dummy/config/routes.rb in trix_on_rails-0.1.4 vs test/dummy/config/routes.rb in trix_on_rails-0.2.0
- old
+ new
@@ -1,2 +1,4 @@
Rails.application.routes.draw do
+ resources :pages
+ root :to => "pages#index"
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end