Sha256: a4c26eee439ed4e7c272bac998270e33e8f66e58da24c9c1a4c6b880ccbe912a

Contents?: true

Size: 399 Bytes

Versions: 6

Compression:

Stored size: 399 Bytes

Contents

Rails.application.routes.draw do

    mount NimbleshopSimply::Engine,          :at => '/'

    mount NimbleshopAuthorizedotnet::Engine, :at => '/nimbleshop_authorizedotnet'
    mount NimbleshopPaypalwp::Engine,        :at => '/nimbleshop_paypalwp'
    mount NimbleshopSplitable::Engine,       :at => '/nimbleshop_splitable'
    mount NimbleshopCod::Engine,             :at => '/nimbleshop_cod'

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.1.rc6 test/rails_app/config/routes.rb
nimbleshop_core-0.0.1.rc5 test/rails_app/config/routes.rb
nimbleshop_core-0.0.1.rc4 test/rails_app/config/routes.rb
nimbleshop_core-0.0.1.rc3 test/rails_app/config/routes.rb
nimbleshop_core-0.0.1.rc2 test/rails_app/config/routes.rb
nimbleshop_core-0.0.1.rc1 test/rails_app/config/routes.rb