added a comment to explain self.name[13..-1] since I can't think of a more intutive way to handle that.
This commit is contained in:
parent
2d4c1c42fd
commit
b77fcac50b
|
@ -59,6 +59,7 @@ module MusicBrainz
|
||||||
end
|
end
|
||||||
|
|
||||||
def underscore_name
|
def underscore_name
|
||||||
|
# self.name[13..-1] => removes MusicBrainz::
|
||||||
self.name[13..-1].underscore
|
self.name[13..-1].underscore
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue