Sha256: 1f388b78014815cdc2b3e3016cee547a2053ed63dffd571366295c43ed0f164f
Contents?: true
Size: 201 Bytes
Versions: 2
Compression:
Stored size: 201 Bytes
Contents
RailsImporter::Engine.routes.draw do scope "importers/:importer_key" do resources :imports, only: [:new, :create], path: '' do collection do get :sample end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_importer-0.2.1 | config/routes.rb |
rails_importer-0.2.0 | config/routes.rb |