Module: AwsDeploy::Index::Version

Included in:
AwsDeploy::IndexController
Defined in:
app/controllers/aws_deploy/index/version.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



5
6
7
# File 'app/controllers/aws_deploy/index/version.rb', line 5

def version
   render :json => {:data => "#{_get_version_file}" } 
end