Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Ruby Module Include Tracking Discussion

6
General

Very nice that you showed how to make it work with Concerns.

Rubymine has this find references feature built in. Works quite well for me.

Nice tutorial

Nice screencast! I use this to check which models includes a concern:

ActiveRecord::Base.descendants.select { |c| c.included_modules.include?(Contentable) }

🔥 Thanks :-)

Awesome, thank you.

Wow, awesome.

Join the discussion
Create an account Log in