Method: ActiveFedora::File::Attributes#persisted_size
- Defined in:
- lib/active_fedora/file/attributes.rb
#persisted_size ⇒ Object
27 28 29 |
# File 'lib/active_fedora/file/attributes.rb', line 27 def persisted_size ldp_source.head.content_length unless new_record? end |