Sha256: d515ae9a896da77afbd470aa2617a3893a7a728bf48194e4bf50658da18fae9f
Contents?: true
Size: 243 Bytes
Versions: 21
Compression:
Stored size: 243 Bytes
Contents
RailsAdmin::Engine.routes.draw do controller "main" do scope ":model_name" do scope "(:id)/:field" do get "/jcrop", :to => 'jcrop#edit', :as => :jcrop put "/jcrop", :to => 'jcrop#update' end end end end
Version data entries
21 entries across 21 versions & 2 rubygems