fake commit
This commit is contained in:
parent
8bf1baf7f1
commit
f5fe643c71
|
@ -1,7 +1,6 @@
|
|||
class GalleriesController < ApplicationController
|
||||
def index
|
||||
albums = Album.filter_by_categories.asc(:order)
|
||||
|
||||
galleries = albums.collect do |a|
|
||||
{
|
||||
"album-name" => a.name,
|
||||
|
|
Loading…
Reference in New Issue