I’ve been working on adapting a CS app to a different app. In my routing file, the first line is
Cs::Application.routes.draw do
I understand that this is the class definition, but where exactly is the first prefix Cs coming from?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Csis the name of your application. When you make a new rails app, you do:In this case,
Cswas the project name.