Module: ActionText::Attribute
- Defined in:
- lib/solargraph/rails/annotations/action_text.rb
Class Method Summary collapse
- .has_rich_text(name, encrypted = false, strict_loading = false) ⇒ void
- .rich_text_association_names ⇒ Array<String>
Class Method Details
.has_rich_text(name, encrypted = false, strict_loading = false) ⇒ void
This method returns an undefined value.
7 |
# File 'lib/solargraph/rails/annotations/action_text.rb', line 7 def self.has_rich_text(name, encrypted = false, strict_loading = false); end |
.rich_text_association_names ⇒ Array<String>
9 |
# File 'lib/solargraph/rails/annotations/action_text.rb', line 9 def self.rich_text_association_names; end |