Commit eedbfdfd authored by harvli1216's avatar harvli1216

travis

parent eac5bc4a
...@@ -2,4 +2,7 @@ class PagesController < ApplicationController ...@@ -2,4 +2,7 @@ class PagesController < ApplicationController
def index def index
render "pages/index.html.erb" render "pages/index.html.erb"
end end
def group
render "pages/group.html.erb"
end
end end
\ No newline at end of file
Rails.application.routes.draw do Rails.application.routes.draw do
root(to:"pages#index") root(to:"pages#index")
get "/carlogs", to: "car_logs#index" get "/carlogs", to: "car_logs#index"
get "/group", to: "pages#group"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment