Namespace
Module
- ActiveStorage::Blobs
- ActiveStorage::Reflection
- ActiveStorage::Representations
- ActiveStorage::SetCurrent
- ActiveStorage::Transformers
- ActiveStorage::VERSION
Class
- ActiveStorage::AnalyzeJob
- ActiveStorage::Analyzer
- ActiveStorage::Attached
- ActiveStorage::Attachment
- ActiveStorage::BaseController
- ActiveStorage::BaseJob
- ActiveStorage::Blob
- ActiveStorage::DirectUploadsController
- ActiveStorage::DiskController
- ActiveStorage::Error
- ActiveStorage::FileNotFoundError
- ActiveStorage::Filename
- ActiveStorage::IntegrityError
- ActiveStorage::InvariableError
- ActiveStorage::LogSubscriber
- ActiveStorage::MirrorJob
- ActiveStorage::Preview
- ActiveStorage::PreviewError
- ActiveStorage::Previewer
- ActiveStorage::PurgeJob
- ActiveStorage::Service
- ActiveStorage::UnpreviewableError
- ActiveStorage::UnrepresentableError
- ActiveStorage::Variant
- ActiveStorage::VariantRecord
- ActiveStorage::VariantWithRecord
- 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
end
🔎 See on GitHub
version()
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
🔎 See on GitHub