method
new
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached
new(name, record, dependent:)public
No documentation available.
# File activestorage/lib/active_storage/attached.rb, line 13
def initialize(name, record, dependent))
@name, @record, @dependent = name, record, dependent
end