Sha256: 2810ffc1117ba17e10ca680a0eaa80f8d7960c5387e110df9c8c6bbda6f3e550
Contents?: true
Size: 259 Bytes
Versions: 46
Compression:
Stored size: 259 Bytes
Contents
module Routing module ServiceConcern extend ActiveSupport::Concern def service(service_name) resources service_name, only: [:index] do get :invoke, on: :collection post :call, on: :collection end end end end
Version data entries
46 entries across 46 versions & 1 rubygems