Sha256: 0bd24e77fcf1a7c5ffe168f2d4895da3dbca81a5daf177c3998bf096026f5d76
Contents?: true
Size: 301 Bytes
Versions: 15
Compression:
Stored size: 301 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.resources :<%= class_name.pluralize.underscore.downcase %> map.namespace(:admin, :path_prefix => 'refinery') do |admin| admin.resources :<%= class_name.pluralize.underscore.downcase %>, :collection => {:update_positions => :post} end end
Version data entries
15 entries across 15 versions & 1 rubygems