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