I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

routes.rb.patch

Adrian Antonana, 12 Mar 2015 12:36

Download (533 Bytes)

View differences:

/home/adrian/tmp/new
9 9

  
10 10
else
11 11

  
12
    match '/sidebar/:id/edit', :to => 'sidebar#edit'
13
    match '/sidebar/:id/preview', :to => 'sidebar#preview'
14
    match '/sidebar/:id/pages', :to => 'sidebar#pages'
15
    match '/sidebar/pages', :to => 'global_sidebar#pages'
12
    get '/sidebar/:id/edit', :to => 'sidebar#edit'
13
    get '/sidebar/:id/preview', :to => 'sidebar#preview'
14
    get '/sidebar/:id/pages', :to => 'sidebar#pages'
15
    get '/sidebar/pages', :to => 'global_sidebar#pages'
16 16

  
17 17
end
Terms of use | Privacy policy