Module: UnionOf::ThroughReflectionExtension
- Defined in:
- lib/union_of/railtie.rb
Instance Method Summary collapse
Instance Method Details
#through_union_of? ⇒ Boolean
56 |
# File 'lib/union_of/railtie.rb', line 56 def through_union_of? = through_reflection.union_of? || through_reflection.through_union_of? |