0 votes
in Ruby by
What is the reason for using Concerns in Rails?

 a. Concerns allow modularity and code reuse in models, controllers, and other classes.

 b. Concerns are used to separate class methods from models.

 c. Concerns are used to increase security of Rails applications.

 d. Concerns are used to refactor Rails views.

1 Answer

0 votes
by

What is the reason for using Concerns in Rails?

 

 Correct answer is :-  Concerns allow modularity and code reuse in models, controllers, and other classes.

Related questions

0 votes
asked Aug 26, 2022 in Ruby by Robin
0 votes
asked Sep 2, 2022 in JavaScript by DavidAnderson
...