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.

...