Sha256: 0413ca714b5778b85a0a4495157ecc97a17f6b887f9d12abeba62a7fbdff3004
Contents?: true
Size: 171 Bytes
Versions: 2
Compression:
Stored size: 171 Bytes
Contents
class LabelsController < PostsController define_action :index, { name: 'labels index', params: { }, return: { } } do render json: [] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lina-0.0.2 | test/dummy/app/controllers/labels_controller.rb |
lina-0.0.1 | test/dummy/app/controllers/labels_controller.rb |