Project

General

Profile

Download (180 Bytes) Statistics
| Branch: | Tag: | Revision:

runcible / lib / runcible / extensions / package_environment.rb @ 72f7e2fe

1
module Runcible
2
  module Extensions
3
    class PackageEnvironment < Runcible::Extensions::Unit
4
      def self.content_type
5
        'package_environment'
6
      end
7
    end
8
  end
9
end