Sha256: f4c8baa19051fcb9ff93b2c2dfe651a3018e783611090d059628a2c3ef279e14
Contents?: true
Size: 378 Bytes
Versions: 71
Compression:
Stored size: 378 Bytes
Contents
UnitecGraduationMicrosite::Application.routes.draw do # You can have the root of your site routed with "root" # root 'application#index' root 'application#index' #errors match '/404', :to => 'errors#not_found', via: [:get, :post] match '/422', :to => 'errors#server_error', via: [:get, :post] match '/500', :to => 'errors#server_error', via: [:get, :post] end
Version data entries
71 entries across 71 versions & 1 rubygems