Sha256: 066379d99c0ded46ff0bb5b7b8b40ee50517316e1c8d1b19309599121cf81c13

Contents?: true

Size: 211 Bytes

Versions: 24

Compression:

Stored size: 211 Bytes

Contents

Dummy::Application.routes.draw do
  scope "(:locale)", locale: /en|zh/ do
    resources :posts, only: [:show] do
      get "mail", on: :member
    end
  end

  devise_for :users, :admins if defined?(Devise)
end

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
draper-4.0.4 spec/dummy/config/routes.rb
draper-4.0.3 spec/dummy/config/routes.rb
draper-4.0.2 spec/dummy/config/routes.rb
draper-4.0.1 spec/dummy/config/routes.rb
draper-4.0.0 spec/dummy/config/routes.rb
draper-3.1.0 spec/dummy/config/routes.rb
draper-3.0.1 spec/dummy/config/routes.rb
draper-3.0.0 spec/dummy/config/routes.rb
draper-3.0.0.pre1 spec/dummy/config/routes.rb
draper_new-3.0.0 spec/dummy/config/routes.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/draper-2.1.0/spec/dummy/config/routes.rb
draper-2.1.0 spec/dummy/config/routes.rb
draper-2.0.0 spec/dummy/config/routes.rb
draper-1.4.0 spec/dummy/config/routes.rb
draper-1.3.1 spec/dummy/config/routes.rb
strong_presenter-0.2.2 spec/dummy/config/routes.rb
draper-1.3.0 spec/dummy/config/routes.rb
strong_presenter-0.2.1 spec/dummy/config/routes.rb
strong_presenter-0.2.0 spec/dummy/config/routes.rb
strong_presenter-0.1.0 spec/dummy/config/routes.rb