Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. # TOUR ROUTES
  3. match 'tour' => 'tour#index', :as => :tour
  4. match 'tour/3-minute-demo' => 'tour#three_minute_demo', :as => :tour_demo
  5. match 'tour/getting-started' => 'tour#getting_started', :as => :tour_getting_started
  6. match 'tour/online-address-book' => 'tour#online_address_book', :as => :tour_online_address_book
  7. match 'tour/make-address-book-backup' => 'tour#make_backup', :as => :tour_making_backups
  8. match 'tour/faq' => 'tour#faq', :as => :tour_faq
Add Comment
Please, Sign In to add comment