5 lines
84 B
Ruby
5 lines
84 B
Ruby
|
CarrierWave::Mongoid::Media.routes.draw do
|
||
|
get 'media/*path' => 'media#show'
|
||
|
end
|
||
|
|