Class | ConfigAttachment |
In: |
app/models/config_attachment.rb
|
Parent: | ActiveRecord::Base |
添付ファイルの設定のモデル
各ドメインの現在の設定を返す。
# File app/models/config_attachment.rb, line 29 29: def self.current 30: find(:first) 31: end