how many types of callbacks available in ror?



how many types of callbacks available in ror?..

Answer / Prasenjeet Sarkar

In Rails, there are four types of callbacks: Before (before_action), After (after_action), Around (around_action), and Update (update_action).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

In how many ways you can create rails layout http response.

1 Answers  


What are the hashes?

1 Answers  


Explain dry in rails?

1 Answers  


what are helpers and how to use helpers in ror?

1 Answers  


What are gemsets in rails?

1 Answers  


who developed rails?

1 Answers  


Explain about Dig, Float and Max?

1 Answers  


Do you know what is sweeper in rails?

1 Answers  


What is ruby on rails & why it is used for?

1 Answers  


what is the difference between redirect and render in Ruby on Rails?

1 Answers  


If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?

1 Answers  


Tell me what is ruby on rails?

1 Answers  


Categories