Skip to content
Snippets Groups Projects
Unverified Commit 29ae7599 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

volume to_s

parent 3ceb22f9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class Research::Journal::Volume < ApplicationRecord
end
def to_s
"##{ number } #{ title }"
"#{ title }"
end
protected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment