Module: ActionText
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/action_text.rb,
lib/action_text/engine.rb,
lib/action_text/content.rb,
lib/action_text/version.rb,
lib/action_text/fragment.rb,
lib/action_text/attribute.rb,
lib/action_text/attachable.rb,
lib/action_text/attachment.rb,
lib/action_text/gem_version.rb,
lib/action_text/serialization.rb,
lib/action_text/html_conversion.rb,
lib/action_text/trix_attachment.rb,
app/models/action_text/rich_text.rb,
app/helpers/action_text/tag_helper.rb,
lib/action_text/attachment_gallery.rb,
lib/action_text/attachments/caching.rb,
lib/action_text/plain_text_conversion.rb,
app/helpers/action_text/content_helper.rb,
lib/action_text/attachables/remote_image.rb,
lib/action_text/attachments/minification.rb,
lib/action_text/attachments/trix_conversion.rb,
lib/action_text/attachables/content_attachment.rb,
lib/action_text/attachables/missing_attachable.rb
Defined Under Namespace
Modules: Attachable, Attachables, Attachments, Attribute, ContentHelper, HtmlConversion, PlainTextConversion, Serialization, TagHelper, VERSION Classes: Attachment, AttachmentGallery, Content, Engine, Fragment, RichText, TrixAttachment
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the currently-loaded version of Action Text as a
Gem::Version
. -
.version ⇒ Object
Returns the currently-loaded version of Action Text as a
Gem::Version
.
Class Method Details
.gem_version ⇒ Object
Returns the currently-loaded version of Action Text as a Gem::Version
.
5 6 7 |
# File 'lib/action_text/gem_version.rb', line 5 def self.gem_version Gem::Version.new VERSION::STRING end |
.version ⇒ Object
Returns the currently-loaded version of Action Text as a Gem::Version
.
7 8 9 |
# File 'lib/action_text/version.rb', line 7 def self.version gem_version end |