Sha256: fe8a711f14d40d977f8df14f3a7c95c2aaa01f627d1e0e4a3e5120a20c9ea3a7

Contents?: true

Size: 205 Bytes

Versions: 15

Compression:

Stored size: 205 Bytes

Contents

module Leather
  class ApplicationController < ::ApplicationController
    layout 'application'

    def ui_kit
      set_tab :ui_kit
    end

    def components
      set_tab :components
    end
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

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