ActiveSupport::EncryptedFile::MissingContentError (original) (raw)
Methods
N
Class Public methods
new(content_path)Link
File activesupport/lib/active_support/encrypted_file.rb, line 10
def initialize(content_path) super "Missing encrypted content file in #{content_path}." end