fake commit 1

This commit is contained in:
Harry Bomrah 2015-04-27 20:25:07 +08:00
parent f5fe643c71
commit 939f13feeb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
class GalleriesController < ApplicationController class GalleriesController < ApplicationController
def index def index
albums = Album.filter_by_categories.asc(:order) albums = Album.filter_by_categories.asc(:order)
galleries = albums.collect do |a| galleries = albums.collect do |a|
{ {
"album-name" => a.name, "album-name" => a.name,