Login
Remember
Register
Ask a Question
Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?
0
votes
asked
Aug 26, 2022
in
Ruby
by
Robin
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
ruby-on-rail
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 26, 2022
by
Robin
Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?
Correct answer is :- ActiveSupport::Concern
...