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

Want to stay up-to-date with Ruby on Rails?

Join 88,697+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.