Does the resource name have to be plural ('resources :articles' ) When you define a resource inside the route.rb? If so, does the name of model need to be the same but in singular form so the model table will match the resources since rails will convert it to plural.
Or it doesnt really matter? I am so confused...