method

rich_text_association_names

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Attribute
rich_text_association_names() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attribute.rb, line 66
      def rich_text_association_names
        reflect_on_all_associations(:has_one).collect(&:name).select { |n| n.start_with?("rich_text_") }
      end
Register or log in to add new notes.