Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created April 9, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/2d59101fa0cc5c86af02ead97fd85f6e to your computer and use it in GitHub Desktop.
Save chelseatroy/2d59101fa0cc5c86af02ead97fd85f6e to your computer and use it in GitHub Desktop.
Topic Model
class Topic < ActiveRecord::Base
...
def applicable_formulas
[self, chapter, section, unit, *ancestors].compact.flat_map(&:formula_ids)/code>
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment