Rails Guide Issues

Hello everyone,

I am following a guide on railgirls for how to create my first blog. I was able to get the server loaded and running! I was able to see it open in mylocalhost. I next tried to create some routes and am getting an error message as follows:

Rails.application.routes.draw do get “/articles”, to: “articles#index” end -bash: Rails.application.routes.draw: command not found

I’m a little confused on whether this is due to me being in the incorrect directory or other issues, but would love any advice!

Hmm, can you try posting your config/routes.rb file?