Hi All,
I am new in ROR.
I want to hide controller and action name from url.
exp. my current url:
http://localhost:3000/triggers/index/amit123
expected:
remove controller(trigger) and action(index) name from url.
please help me.
Thanks
Amit Jain
Hi All,
I am new in ROR.
I want to hide controller and action name from url.
exp. my current url:
http://localhost:3000/triggers/index/amit123
expected:
remove controller(trigger) and action(index) name from url.
please help me.
Thanks
Amit Jain
remove controller(trigger) and action(index) name from url.
If you look at section 2.3 of that document, it shows how to map
‘/login’ to
what would be ‘/sessions/new’.
Cheers,
Andy
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs