Sha256: 5c6a0c49d79d588b06a70e79456f343748d304babd6c773041f5f446006134d0
Contents?: true
Size: 274 Bytes
Versions: 24
Compression:
Stored size: 274 Bytes
Contents
module ActionDispatch::Routing class Mapper protected def lolita_rest_route mapping, controllers resources mapping.plural,:only=>[:index,:new,:create,:edit,:update,:destroy], :controller=>controllers[:rest],:module=>mapping.module end end end
Version data entries
24 entries across 24 versions & 1 rubygems