fake commit 3
This commit is contained in:
parent
5797173668
commit
269f7c5121
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue