fake commit

This commit is contained in:
Harry Bomrah 2015-04-27 20:16:09 +08:00
parent 8bf1baf7f1
commit f5fe643c71
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
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,