Sha256: d7b787f370d16b74657be7b9e7e80cfd11edc819f5d4d60b587d72d4f0beb3aa
Contents?: true
Size: 202 Bytes
Versions: 9
Compression:
Stored size: 202 Bytes
Contents
module Octodmin::Controllers::Version class Show include Octodmin::Action expose :version def call(params) self.format = :json @version = Octodmin::VERSION end end end
Version data entries
9 entries across 9 versions & 1 rubygems