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