fake commit

This commit is contained in:
Harry Bomrah 2015-04-27 18:40:10 +08:00
parent 8aead66ac5
commit af41116726
1 changed files with 1 additions and 0 deletions

View File

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