This website requires JavaScript.
Explore
Help
Sign In
localhots
/
oldhaven
Watch
1
Star
0
Fork
0
You've already forked oldhaven
Code
Releases
Activity
oldhaven
/
app
/
models
/
artist.rb
4 lines
87 B
Ruby
Raw
Normal View
History
Unescape
Escape
Bringing on
2011-06-14 20:05:12 +04:00
class
Artist
<
ActiveRecord
::
Base
Loading data from MusicBrainz Web Service, stability fixes, database reorganized. Closes #39
2011-06-18 01:49:32 +04:00
has_many
:albums
,
:order
=
>
'year ASC, id ASC'
Bringing on
2011-06-14 20:05:12 +04:00
end
Copy Permalink