Method: ActiveSupport::EncryptedFile::MissingContentError#initialize
- Defined in:
- activesupport/lib/active_support/encrypted_file.rb
#initialize(content_path) ⇒ MissingContentError
Returns a new instance of MissingContentError.
10 11 12 |
# File 'activesupport/lib/active_support/encrypted_file.rb', line 10 def initialize(content_path) super "Missing encrypted content file in #{content_path}." end |