跳到內容 跳到搜尋
方法
N

類別公用方法

new(content_path)

# File activesupport/lib/active_support/encrypted_file.rb, line 10
def initialize(content_path)
  super "Missing encrypted content file in #{content_path}."
end