gallery/app/controllers/admin/galleries_controller.rb

5 lines
79 B
Ruby

class Admin::GalleriesController < ApplicationController
def index
end
end