Sha256: 0dfa76c72cad5d7a51a68b62c41ea29ab8ed6259144d6d205f3c185ec408a606
Contents?: true
Size: 546 Bytes
Versions: 5
Compression:
Stored size: 546 Bytes
Contents
module Lanes module Workspace class Extension < Lanes::Extensions::Definition identifier "lanes-workspace" root_path Pathname.new(__FILE__).dirname.expand_path def stylesheet_include 'lanes/workspace/styles' end def javascript_include 'lanes/workspace' end def client_namespace 'Workspace' end def client_paths [] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems