Sha256: d055fe14154a0e2807d63a406bd299d05a5ac9b5021fbd5978db91e150d4b571

Contents?: true

Size: 489 Bytes

Versions: 63

Compression:

Stored size: 489 Bytes

Contents

Rails.application.routes.draw do

  # Mount all the registered PushType Rails Engines. This should be placed
  # at the end of your routes.rb file to ensure your application routes are
  # not overidden by PushType.
  #
  # Overide the default mount points by passing a hash of options.
  # Example:
  #
  #   mount_push_type admin: 'cms', front_end: 'blog'
  #
  mount_push_type
  
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end

Version data entries

63 entries across 56 versions & 4 rubygems

Version Path
push_type_core-0.12.1 test/dummy/config/routes.rb
push_type_auth-0.12.1 test/dummy/config/routes.rb
push_type_api-0.12.1 test/dummy/config/routes.rb
push_type_admin-0.12.1 test/dummy/config/routes.rb
push_type_core-0.12.0 test/dummy/config/routes.rb
push_type_core-0.12.0 test/dummy/tmp/generators/config/routes.rb
push_type_auth-0.12.0 test/dummy/config/routes.rb
push_type_api-0.12.0 test/dummy/config/routes.rb
push_type_admin-0.12.0 test/dummy/config/routes.rb
push_type_core-0.12.0.beta.1 test/dummy/tmp/generators/config/routes.rb
push_type_core-0.12.0.beta.1 test/dummy/config/routes.rb
push_type_auth-0.12.0.beta.1 test/dummy/config/routes.rb
push_type_api-0.12.0.beta.1 test/dummy/config/routes.rb
push_type_admin-0.12.0.beta.1 test/dummy/config/routes.rb
push_type_core-0.11.2 test/dummy/config/routes.rb
push_type_auth-0.11.2 test/dummy/config/routes.rb
push_type_api-0.11.2 test/dummy/config/routes.rb
push_type_admin-0.11.2 test/dummy/config/routes.rb
push_type_core-0.11.1 test/dummy/config/routes.rb
push_type_auth-0.11.1 test/dummy/config/routes.rb