0 votes
in Ruby by
Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?

 a. ActiveSupport::Concern

 b. RailsHelper.CommonClass

 c. ActiveJob::Mixin

 d. ActiveSupport::Module

1 Answer

0 votes
by
Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?

Correct answer is :-  ActiveSupport::Concern

Related questions

0 votes
asked Aug 26, 2022 in Ruby by Robin
0 votes
asked Aug 26, 2022 in Ruby by Robin
...