Sha256: 06ac23b1c685a0739de698302602d11bd8d3af3da5719e6c4617bd1b8143c6db
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
GitVersion::Engine.routes.draw do root :to => proc {|env| [200, {'Content-Type' => 'text/plain'}, [GitVersion::Finder.new.find]]} end Rails.application.routes.draw do mount GitVersion::Engine => "/version" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-version-0.0.3 | config/routes.rb |