Sha256: 74ff20890d71865941f656b140e0257989f0ebf558733d105f4ab35f1dfda303

Contents?: true

Size: 223 Bytes

Versions: 15

Compression:

Stored size: 223 Bytes

Contents

module Leather
  class LayoutsController < ApplicationController
    def admin
      set_tab :layouts
    end

    def two_column
      set_tab :layouts
    end

    def three_column
      set_tab :layouts
    end
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
leather2-3.5.3 app/controllers/leather/layouts_controller.rb
leather-3.5.2 app/controllers/leather/layouts_controller.rb
leather-3.5.1 app/controllers/leather/layouts_controller.rb
leather-3.5.0 app/controllers/leather/layouts_controller.rb
leather-3.3.5 app/controllers/leather/layouts_controller.rb
leather-3.3.4.1 app/controllers/leather/layouts_controller.rb
leather-3.3.4 app/controllers/leather/layouts_controller.rb
leather-3.3.3.4 app/controllers/leather/layouts_controller.rb
leather-3.3.3.3 app/controllers/leather/layouts_controller.rb
leather-3.3.3.2 app/controllers/leather/layouts_controller.rb
leather-3.3.3.1 app/controllers/leather/layouts_controller.rb
leather-3.3.2 app/controllers/leather/layouts_controller.rb
leather-3.3.1 app/controllers/leather/layouts_controller.rb
leather-3.3.0 app/controllers/leather/layouts_controller.rb
leather-3.2.0 app/controllers/leather/layouts_controller.rb