Sha256: c68e0cc0e6890ff3e0bf3f60723e8fcc467db78be2b847dccb81b0e79348ff10

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

module Alchemy
  module Admin
    class LayoutpagesController < Alchemy::Admin::BaseController

      def index
        @locked_pages = Page.from_current_site.all_locked_by(current_alchemy_user)
        @layout_root = Page.find_or_create_layout_root_for(session[:language_id])
        @languages = Language.all
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/controllers/alchemy/admin/layoutpages_controller.rb
alchemy_cms-2.9.0 app/controllers/alchemy/admin/layoutpages_controller.rb