Namespace
Module
Class
- ActiveStorage::AnalyzeJob
- ActiveStorage::Analyzer
- ActiveStorage::Attached
- ActiveStorage::Attachment
- ActiveStorage::BaseController
- ActiveStorage::BaseJob
- ActiveStorage::Blob
- ActiveStorage::BlobsController
- ActiveStorage::DirectUploadsController
- ActiveStorage::DiskController
- ActiveStorage::Filename
- ActiveStorage::IntegrityError
- ActiveStorage::InvariableError
- ActiveStorage::LogSubscriber
- ActiveStorage::Preview
- ActiveStorage::Previewer
- ActiveStorage::PurgeJob
- ActiveStorage::RepresentationsController
- ActiveStorage::Service
- ActiveStorage::UnpreviewableError
- ActiveStorage::UnrepresentableError
- ActiveStorage::Variant
- ActiveStorage::Variation
Methods
Class Public methods
gem_version()
Returns the version of the currently loaded Active Storage as a Gem::Version.
📝 Source code
# File activestorage/lib/active_storage/gem_version.rb, line 5
  def self.gem_version
    Gem::Version.new VERSION::STRING
  endversion()
Returns the version of the currently loaded ActiveStorage as a Gem::Version
📝 Source code
# File activestorage/lib/active_storage/version.rb, line 7
  def self.version
    gem_version
  end