diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2020-11-16 19:55:48 -0500 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-16 19:55:48 -0500 | 
| commit | fe5403014267b81142581f54c38e4576a391ea6f (patch) | |
| tree | e5ad97d3cc08f41ac7b7ba9eb42362528cd7da7f /dichroism/src/models | |
| parent | 9c5b036bd537f1465e3ecacbc98a192f98a84e7f (diff) | |
| download | theglassyladies-fe5403014267b81142581f54c38e4576a391ea6f.tar.xz theglassyladies-fe5403014267b81142581f54c38e4576a391ea6f.zip  | |
Thumbnails and shortened descriptions.
Diffstat (limited to 'dichroism/src/models')
| -rw-r--r-- | dichroism/src/models/photo.rs | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/dichroism/src/models/photo.rs b/dichroism/src/models/photo.rs index e24a691..086d387 100644 --- a/dichroism/src/models/photo.rs +++ b/dichroism/src/models/photo.rs @@ -7,8 +7,4 @@ impl Photo {      pub fn new(id: String) -> Self {          Self { id }      } - -    pub fn filename(&self) -> String { -        format!("{}.jpg", self.id) -    }  }  |