Sha256: 24b78caa733000875e85ff1155abfd473b94fb0f534319496cf18ba1eb037676

Contents?: true

Size: 588 Bytes

Versions: 7

Compression:

Stored size: 588 Bytes

Contents

module Lanes
    module Workspace
        class Extension < Lanes::Extensions::Definition

            identifier "lanes-workspace"
            components 'toolbar', 'modal'

            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

7 entries across 7 versions & 1 rubygems

Version Path
lanes-0.6.1 lib/lanes/workspace/extension.rb
lanes-0.6.0 lib/lanes/workspace/extension.rb
lanes-0.5.6 lib/lanes/workspace/extension.rb
lanes-0.5.5 lib/lanes/workspace/extension.rb
lanes-0.5.0 lib/lanes/workspace/extension.rb
lanes-0.4.0 lib/lanes/workspace/extension.rb
lanes-0.3.0 lib/lanes/workspace/extension.rb