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

Version Path
octodmin-0.3.5 app/controllers/version/show.rb
octodmin-0.3.4 app/controllers/version/show.rb
octodmin-0.3.3 app/controllers/version/show.rb
octodmin-0.3.2 app/controllers/version/show.rb
octodmin-0.3.1 app/controllers/version/show.rb
octodmin-0.3.0 app/controllers/version/show.rb
octodmin-0.2.1 app/controllers/version/show.rb
octodmin-0.2.0 app/controllers/version/show.rb
octodmin-0.1.0 app/controllers/version/show.rb