Sha256: a00d22ae16943037d6dca255651ae4378940c26b15047fbdd34374b46c61d3db
Contents?: true
Size: 241 Bytes
Versions: 2
Compression:
Stored size: 241 Bytes
Contents
module API class Endpoints < Grape::API format :json prefix :api helpers do def return_no_content_status status :no_content '' end end # AUTO-GENERATED (DO NOT ERASE) # APIs end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sumcli-0.6.0 | lib/sumcli/templates/new/app/api/endpoints/base.rb |
sumcli-0.4.0 | lib/sumcli/templates/new/app/api/endpoints/base.rb |