The application was based on the 'Ruby on Rails Tutorial Sample App' and because of that there is a lot of code (variables, file names, database tables) that uses words more appropriate to describe the data model in that domain. For example, our 'User' table is actually used to describe the 'Search' that someone performs.
For ease-of-understanding these names should be changed.
The application was based on the 'Ruby on Rails Tutorial Sample App' and because of that there is a lot of code (variables, file names, database tables) that uses words more appropriate to describe the data model in that domain. For example, our 'User' table is actually used to describe the 'Search' that someone performs.
For ease-of-understanding these names should be changed.