Method: Dragonfly::TempObject#path
- Defined in:
- lib/dragonfly/temp_object.rb
#path ⇒ Object
112 113 114 |
# File 'lib/dragonfly/temp_object.rb', line 112 def path @pathname ? @pathname..to_s : tempfile.path end |
112 113 114 |
# File 'lib/dragonfly/temp_object.rb', line 112 def path @pathname ? @pathname..to_s : tempfile.path end |