Sha256: 0afd15c60ca2b0c05124402ad2026d34064a8117e5c9d13380aaf9a1076f92b5
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
Rails.application.routes.draw do |map| mount_at = Cheese::Engine.config.mount_at match mount_at => 'cheese/widgets#index' map.resources :widgets, :only => [ :index, :show ], :controller => "cheese/widgets", :path_prefix => mount_at, :name_prefix => "cheese_" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kealy_cheese-0.3.0 | config/routes.rb |