Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the role of sub-directory app/controllers and app/helpers?



what is the role of sub-directory app/controllers and app/helpers?..

Answer / Shipra Mehrotra

In a typical Ruby on Rails application, app/controllers stores all controller classes that handle user requests. Each controller handles requests for a specific part of the application. app/helpers contains modules that provide helper methods to be used in views.nThese helper methods can simplify the code in the view by providing reusable functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Do you know how ruby looks up a method to invoke?

1 Answers  


Explain Ruby if-else statement?

1 Answers  


What does mri most commonly stand for?

1 Answers  


What is a struct in ruby?

1 Answers  


Mention what is the command to create a migration?

1 Answers  


what the difference is between false and nil in Ruby?

1 Answers  


Explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?

1 Answers  


What are the key features of ruby?

1 Answers  


What does ruby name refers to?

1 Answers  


Explain do while loop in ruby.

1 Answers  


Tell me the role of modules and mixins in ruby?

0 Answers  


mention what is the difference between a single quote and double quote?

1 Answers  


Categories