Commit c98c642

mo khan <mokhan@users.noreply.github.com>
2015-01-17 16:04:33
double quote strings.
1 parent 682ae51
Changed files (1)
config/routes.rb
@@ -2,5 +2,5 @@ Rails.application.routes.draw do
   root 'sessions#new'
   resources :registrations, only: [:new, :create]
   get '/' => 'sessions#new', as: :dashboard
-  get '/terms' => 'static_pages#terms'
+  get "/terms" => "static_pages#terms"
 end