Rails routing by anchor identifier -
hey i'm looking how define route under anchor identifier ie:
match '/#/pages/home' => 'pages#home' or
match '/#/posts/:id' => 'posts#get'
# special character , cannot that. if could, why want ?
hey i'm looking how define route under anchor identifier ie:
match '/#/pages/home' => 'pages#home' or
match '/#/posts/:id' => 'posts#get'
# special character , cannot that. if could, why want ?
Comments
Post a Comment