Release model in rails

This commit is contained in:
magnolia-fan
2011-04-04 23:08:49 +04:00
parent a804d30ce8
commit a31f5b1221
2 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class ArtistController < ApplicationController
@albums.each do |a|
rg_ids << a.id
end
@releases = Release.getReleases(rg_ids, true, true);
end
end