diff --git a/README b/README index 4084a0e..81c086a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Pavana Teja +Pavana Teja Tade Dinesh Gowtham Prathap @@ -19,7 +19,7 @@ In Rails, the model is handled by what's called an object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods. You can read more about Active Record in -link:files/vendor/rails/activerecord/README.html. +link:files/vendor/rails/activerecord/README.html.TEST The controller and view are handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers